public interface State extends com.vmware.vapi.bindings.Service, StateTypes
_VAPI_SERVICE_ID, LIST_MM_STATE_DISABLED, LIST_MM_STATE_ENABLED, LIST_MM_STATE_ENTERING, LIST_MM_STATE_EXITING, LIST_STATUS_FAILED, LIST_STATUS_IN_PROGRESS, LIST_STATUS_ORPHANED, LIST_STATUS_PARTIAL_SUCCESS, LIST_STATUS_PENDING, LIST_STATUS_SUCCESS| Modifier and Type | Method and Description |
|---|---|
TransportNodeState |
get(java.lang.String transportNodeId)
Returns information about the current state of the transport node configuration
and information about the associated hostswitch.
|
void |
get(java.lang.String transportNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeState> asyncCallback)
Returns information about the current state of the transport node configuration
and information about the associated hostswitch.
|
void |
get(java.lang.String transportNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeState> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the current state of the transport node configuration
and information about the associated hostswitch.
|
TransportNodeState |
get(java.lang.String transportNodeId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about the current state of the transport node configuration
and information about the associated hostswitch.
|
TransportNodeStateListResult |
list(java.lang.String mmState,
java.lang.String status,
java.lang.String vtepIp)
Returns a list of transport node states that have realized state as provided as
query parameter.
|
void |
list(java.lang.String mmState,
java.lang.String status,
java.lang.String vtepIp,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeStateListResult> asyncCallback)
Returns a list of transport node states that have realized state as provided as
query parameter.
|
void |
list(java.lang.String mmState,
java.lang.String status,
java.lang.String vtepIp,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeStateListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a list of transport node states that have realized state as provided as
query parameter.
|
TransportNodeStateListResult |
list(java.lang.String mmState,
java.lang.String status,
java.lang.String vtepIp,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns a list of transport node states that have realized state as provided as
query parameter.
|
TransportNodeState get(java.lang.String transportNodeId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
transportNodeId - (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 FoundTransportNodeState get(java.lang.String transportNodeId, 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.
transportNodeId - (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 transportNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeState> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportNodeState
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
transportNodeId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String transportNodeId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeState> 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.TransportNodeState
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
transportNodeId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.TransportNodeStateListResult list(java.lang.String mmState, java.lang.String status, java.lang.String vtepIp)
Synchronous method overload. Result of the invocation will be reported as a method return value.
mmState - maintenance mode state (optional)status - Realized state of transport nodes (optional)vtepIp - Virtual tunnel endpoint ip address of transport node (optional)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 FoundTransportNodeStateListResult list(java.lang.String mmState, java.lang.String status, java.lang.String vtepIp, 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.
mmState - maintenance mode state (optional)status - Realized state of transport nodes (optional)vtepIp - Virtual tunnel endpoint ip address of transport node (optional)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(java.lang.String mmState,
java.lang.String status,
java.lang.String vtepIp,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeStateListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.TransportNodeStateListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
mmState - maintenance mode state (optional)status - Realized state of transport nodes (optional)vtepIp - Virtual tunnel endpoint ip address of transport node (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String mmState,
java.lang.String status,
java.lang.String vtepIp,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeStateListResult> 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.TransportNodeStateListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
mmState - maintenance mode state (optional)status - Realized state of transport nodes (optional)vtepIp - Virtual tunnel endpoint ip address of transport node (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.