Uses of Class
com.vmware.nsx_policy.model.MpsTransportNodeStatus
-
Packages that use MpsTransportNodeStatus Package Description com.vmware.nsx_policy.malware_prevention.transport_node com.vmware.nsx_policy.model -
-
Uses of MpsTransportNodeStatus in com.vmware.nsx_policy.malware_prevention.transport_node
Methods in com.vmware.nsx_policy.malware_prevention.transport_node that return MpsTransportNodeStatus Modifier and Type Method Description MpsTransportNodeStatusStatus. get(java.lang.String transportNodeId, java.lang.String source)Returns current status of the deployment of MPS Service on a transport node.MpsTransportNodeStatusStatus. get(java.lang.String transportNodeId, java.lang.String source, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns current status of the deployment of MPS Service on a transport node.MpsTransportNodeStatusStatusStub. get(java.lang.String transportNodeId, java.lang.String source)MpsTransportNodeStatusStatusStub. get(java.lang.String transportNodeId, java.lang.String source, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.malware_prevention.transport_node with type arguments of type MpsTransportNodeStatus Modifier and Type Method Description voidStatus. get(java.lang.String transportNodeId, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<MpsTransportNodeStatus> asyncCallback)Returns current status of the deployment of MPS Service on a transport node.voidStatus. get(java.lang.String transportNodeId, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<MpsTransportNodeStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns current status of the deployment of MPS Service on a transport node.voidStatusStub. get(java.lang.String transportNodeId, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<MpsTransportNodeStatus> asyncCallback)voidStatusStub. get(java.lang.String transportNodeId, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<MpsTransportNodeStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of MpsTransportNodeStatus in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return MpsTransportNodeStatus Modifier and Type Method Description static MpsTransportNodeStatusMpsTransportNodeStatus. _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 MpsTransportNodeStatusMpsTransportNodeStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.MpsTransportNodeStatusMpsTransportNodeStatus.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type MpsTransportNodeStatus Modifier and Type Method Description java.util.List<MpsTransportNodeStatus>MpsComputeCollectionStatus. getTransportNodeStatusList()List of transport node status added as part of the cluster 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 MpsTransportNodeStatus Modifier and Type Method Description MpsComputeCollectionStatus.BuilderMpsComputeCollectionStatus.Builder. setTransportNodeStatusList(java.util.List<MpsTransportNodeStatus> transportNodeStatusList)List of transport node status added as part of the cluster This property may be present in responses from the server, but if it is present in a request to server it will be ignored.voidMpsComputeCollectionStatus. setTransportNodeStatusList(java.util.List<MpsTransportNodeStatus> transportNodeStatusList)List of transport node status added as part of the cluster This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-