Uses of Class
com.vmware.nsx_policy.model.TransportNodeState
-
Packages that use TransportNodeState Package Description com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes com.vmware.nsx_policy.model -
-
Uses of TransportNodeState in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes
Methods in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes that return TransportNodeState Modifier and Type Method Description TransportNodeState
State. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId)
Returns information about the current state of the transport node configuration and information about the associated hostswitch.TransportNodeState
State. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, 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
StateStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId)
TransportNodeState
StateStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes with type arguments of type TransportNodeState Modifier and Type Method Description void
State. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, 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
State. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, 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.void
StateStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeState> asyncCallback)
void
StateStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeState> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of TransportNodeState in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return TransportNodeState Modifier and Type Method Description static TransportNodeState
TransportNodeState. _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 TransportNodeState
TransportNodeState. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TransportNodeState
TransportNodeState.Builder. build()
Methods in com.vmware.nsx_policy.model that return types with arguments of type TransportNodeState Modifier and Type Method Description java.util.List<TransportNodeState>
TransportNodeStateListResult. getResults()
Transport Node State Results This property may be present in responses from the server, but if it is present in a request to server it will be ignored.Method parameters in com.vmware.nsx_policy.model with type arguments of type TransportNodeState Modifier and Type Method Description TransportNodeStateListResult.Builder
TransportNodeStateListResult.Builder. setResults(java.util.List<TransportNodeState> results)
Transport Node State Results This property may be present in responses from the server, but if it is present in a request to server it will be ignored.void
TransportNodeStateListResult. setResults(java.util.List<TransportNodeState> results)
Transport Node State Results This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-