public interface Interfaces extends com.vmware.vapi.bindings.Service, InterfacesTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
NodeNetworkInterfaceProperties |
get(java.lang.String interfaceId)
Returns detailed information about the specified interface.
|
void |
get(java.lang.String interfaceId,
com.vmware.vapi.bindings.client.AsyncCallback<NodeNetworkInterfaceProperties> asyncCallback)
Returns detailed information about the specified interface.
|
void |
get(java.lang.String interfaceId,
com.vmware.vapi.bindings.client.AsyncCallback<NodeNetworkInterfaceProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed information about the specified interface.
|
NodeNetworkInterfaceProperties |
get(java.lang.String interfaceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed information about the specified interface.
|
NodeNetworkInterfacePropertiesListResult |
list()
Returns the number of interfaces on the node appliance and detailed information
about each interface.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<NodeNetworkInterfacePropertiesListResult> asyncCallback)
Returns the number of interfaces on the node appliance and detailed information
about each interface.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<NodeNetworkInterfacePropertiesListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the number of interfaces on the node appliance and detailed information
about each interface.
|
NodeNetworkInterfacePropertiesListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the number of interfaces on the node appliance and detailed information
about each interface.
|
NodeNetworkInterfaceProperties |
update(java.lang.String interfaceId,
NodeNetworkInterfaceProperties nodeNetworkInterfaceProperties)
Updates the specified interface properties.
|
void |
update(java.lang.String interfaceId,
NodeNetworkInterfaceProperties nodeNetworkInterfaceProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeNetworkInterfaceProperties> asyncCallback)
Updates the specified interface properties.
|
void |
update(java.lang.String interfaceId,
NodeNetworkInterfaceProperties nodeNetworkInterfaceProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeNetworkInterfaceProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates the specified interface properties.
|
NodeNetworkInterfaceProperties |
update(java.lang.String interfaceId,
NodeNetworkInterfaceProperties nodeNetworkInterfaceProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates the specified interface properties.
|
NodeNetworkInterfaceProperties get(java.lang.String interfaceId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
interfaceId - ID of interface to read (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundNodeNetworkInterfaceProperties get(java.lang.String interfaceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
interfaceId - ID of interface to read (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String interfaceId,
com.vmware.vapi.bindings.client.AsyncCallback<NodeNetworkInterfaceProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeNetworkInterfaceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
interfaceId - ID of interface to read (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String interfaceId,
com.vmware.vapi.bindings.client.AsyncCallback<NodeNetworkInterfaceProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.NodeNetworkInterfaceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
interfaceId - ID of interface to read (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.NodeNetworkInterfacePropertiesListResult list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundNodeNetworkInterfacePropertiesListResult list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid list(com.vmware.vapi.bindings.client.AsyncCallback<NodeNetworkInterfacePropertiesListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeNetworkInterfacePropertiesListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(com.vmware.vapi.bindings.client.AsyncCallback<NodeNetworkInterfacePropertiesListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.NodeNetworkInterfacePropertiesListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.NodeNetworkInterfaceProperties update(java.lang.String interfaceId, NodeNetworkInterfaceProperties nodeNetworkInterfaceProperties)
ip_configuration, ip_addresses, or plane.
NSX Manager must have a static IP address. You must use NSX CLI to configure a
controller or an edge node.
Synchronous method overload. Result of the invocation will be reported as a method return value.
interfaceId - ID of interface to update (required)nodeNetworkInterfaceProperties - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundNodeNetworkInterfaceProperties update(java.lang.String interfaceId, NodeNetworkInterfaceProperties nodeNetworkInterfaceProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ip_configuration, ip_addresses, or plane.
NSX Manager must have a static IP address. You must use NSX CLI to configure a
controller or an edge node.
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
interfaceId - ID of interface to update (required)nodeNetworkInterfaceProperties - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid update(java.lang.String interfaceId,
NodeNetworkInterfaceProperties nodeNetworkInterfaceProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeNetworkInterfaceProperties> asyncCallback)
ip_configuration, ip_addresses, or plane.
NSX Manager must have a static IP address. You must use NSX CLI to configure a
controller or an edge node.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NodeNetworkInterfaceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
interfaceId - ID of interface to update (required)nodeNetworkInterfaceProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String interfaceId,
NodeNetworkInterfaceProperties nodeNetworkInterfaceProperties,
com.vmware.vapi.bindings.client.AsyncCallback<NodeNetworkInterfaceProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ip_configuration, ip_addresses, or plane.
NSX Manager must have a static IP address. You must use NSX CLI to configure a
controller or an edge node.
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.NodeNetworkInterfaceProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
interfaceId - ID of interface to update (required)nodeNetworkInterfaceProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.