| Package | Description |
|---|---|
| com.vmware.nsx.model | |
| com.vmware.nsx.transport_nodes |
| Modifier and Type | Method and Description |
|---|---|
static TransportNodeStatus |
TransportNodeStatus._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static TransportNodeStatus |
TransportNodeStatus._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
TransportNodeStatus |
TransportNodeStatus.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TransportNodeStatus> |
TransportNodeStatusListResult.getResults()
List of transport node statuses
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransportNodeStatusListResult.setResults(java.util.List<TransportNodeStatus> results)
List of transport node statuses
|
TransportNodeStatusListResult.Builder |
TransportNodeStatusListResult.Builder.setResults(java.util.List<TransportNodeStatus> results)
List of transport node statuses
|
| Modifier and Type | Method and Description |
|---|---|
TransportNodeStatus |
StatusStub.get0(java.lang.String nodeId,
java.lang.String source) |
TransportNodeStatus |
Status.get0(java.lang.String nodeId,
java.lang.String source)
Read status of a transport node
|
TransportNodeStatus |
StatusStub.get0(java.lang.String nodeId,
java.lang.String source,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
TransportNodeStatus |
Status.get0(java.lang.String nodeId,
java.lang.String source,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read status of a transport node
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get0(java.lang.String nodeId,
java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeStatus> asyncCallback) |
void |
Status.get0(java.lang.String nodeId,
java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeStatus> asyncCallback)
Read status of a transport node
|
void |
StatusStub.get0(java.lang.String nodeId,
java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Status.get0(java.lang.String nodeId,
java.lang.String source,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read status of a transport node
|