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 TransportNodeStateState. 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.TransportNodeStateState. 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.TransportNodeStateStateStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId)TransportNodeStateStateStub. 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 voidState. 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.voidState. 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.voidStateStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, com.vmware.vapi.bindings.client.AsyncCallback<TransportNodeState> asyncCallback)voidStateStub. 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 TransportNodeStateTransportNodeState. _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 TransportNodeStateTransportNodeState. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.TransportNodeStateTransportNodeState.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.BuilderTransportNodeStateListResult.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.voidTransportNodeStateListResult. 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.
-