Uses of Class
com.vmware.nsx_policy.model.TransportNodeCollectionState
-
Packages that use TransportNodeCollectionState Package Description com.vmware.nsx_policy.infra.sites.enforcement_points.transport_node_collections com.vmware.nsx_policy.model -
-
Uses of TransportNodeCollectionState in com.vmware.nsx_policy.infra.sites.enforcement_points.transport_node_collections
Methods in com.vmware.nsx_policy.infra.sites.enforcement_points.transport_node_collections that return TransportNodeCollectionState Modifier and Type Method Description 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
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.TransportNodeCollectionState
StateStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String transportNodeCollectionId)
TransportNodeCollectionState
StateStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String transportNodeCollectionId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.sites.enforcement_points.transport_node_collections with type arguments of type TransportNodeCollectionState Modifier and Type Method Description 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
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.void
StateStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String transportNodeCollectionId, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeCollectionState> asyncCallback)
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)
-
Uses of TransportNodeCollectionState in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return TransportNodeCollectionState Modifier and Type Method 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()
-