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 MpsTransportNodeStatus
Status. get(java.lang.String transportNodeId, java.lang.String source)
Returns current status of the deployment of MPS Service on a transport node.MpsTransportNodeStatus
Status. 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.MpsTransportNodeStatus
StatusStub. get(java.lang.String transportNodeId, java.lang.String source)
MpsTransportNodeStatus
StatusStub. 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 void
Status. 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.void
Status. 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.void
StatusStub. get(java.lang.String transportNodeId, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<MpsTransportNodeStatus> asyncCallback)
void
StatusStub. 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 MpsTransportNodeStatus
MpsTransportNodeStatus. _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 MpsTransportNodeStatus
MpsTransportNodeStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.MpsTransportNodeStatus
MpsTransportNodeStatus.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.Builder
MpsComputeCollectionStatus.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.void
MpsComputeCollectionStatus. 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.
-