| Package | Description |
|---|---|
| com.vmware.nsx_policy.infra.sites.enforcement_points.transport_node_collections | |
| com.vmware.nsx_policy.model |
| Modifier and Type | Method and Description |
|---|---|
TransportNodeCollectionState |
StateStub.get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String transportNodeCollectionId) |
TransportNodeCollectionState |
State.get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String transportNodeCollectionId)
Returns the state of transport node collection based on the states of transport
nodes of the hosts which are part of compute collection.
|
TransportNodeCollectionState |
StateStub.get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
TransportNodeCollectionState |
State.get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the state of transport node collection based on the states of transport
nodes of the hosts which are part of compute collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StateStub.get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollectionState> asyncCallback) |
void |
State.get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollectionState> asyncCallback)
Returns the state of transport node collection based on the states of transport
nodes of the hosts which are part of compute collection.
|
void |
StateStub.get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollectionState> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
State.get(java.lang.String siteId,
java.lang.String enforcementpointId,
java.lang.String transportNodeCollectionId,
com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollectionState> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the state of transport node collection based on the states of transport
nodes of the hosts which are part of compute collection.
|
| Modifier and Type | Method and Description |
|---|---|
static TransportNodeCollectionState |
TransportNodeCollectionState._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 TransportNodeCollectionState |
TransportNodeCollectionState._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
TransportNodeCollectionState |
TransportNodeCollectionState.Builder.build() |