Uses of Class
com.vmware.nsx_policy.model.MpsComputeCollectionStatus
-
Packages that use MpsComputeCollectionStatus Package Description com.vmware.nsx_policy.malware_prevention.compute_collection com.vmware.nsx_policy.model -
-
Uses of MpsComputeCollectionStatus in com.vmware.nsx_policy.malware_prevention.compute_collection
Methods in com.vmware.nsx_policy.malware_prevention.compute_collection that return MpsComputeCollectionStatus Modifier and Type Method Description MpsComputeCollectionStatus
Status. get(java.lang.String computeCollectionId, java.lang.String source)
Returns current status of the deployment of MPS Service on a given cluster.MpsComputeCollectionStatus
Status. get(java.lang.String computeCollectionId, java.lang.String source, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns current status of the deployment of MPS Service on a given cluster.MpsComputeCollectionStatus
StatusStub. get(java.lang.String computeCollectionId, java.lang.String source)
MpsComputeCollectionStatus
StatusStub. get(java.lang.String computeCollectionId, java.lang.String source, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.malware_prevention.compute_collection with type arguments of type MpsComputeCollectionStatus Modifier and Type Method Description void
Status. get(java.lang.String computeCollectionId, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<MpsComputeCollectionStatus> asyncCallback)
Returns current status of the deployment of MPS Service on a given cluster.void
Status. get(java.lang.String computeCollectionId, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<MpsComputeCollectionStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns current status of the deployment of MPS Service on a given cluster.void
StatusStub. get(java.lang.String computeCollectionId, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<MpsComputeCollectionStatus> asyncCallback)
void
StatusStub. get(java.lang.String computeCollectionId, java.lang.String source, com.vmware.vapi.bindings.client.AsyncCallback<MpsComputeCollectionStatus> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of MpsComputeCollectionStatus in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return MpsComputeCollectionStatus Modifier and Type Method Description static MpsComputeCollectionStatus
MpsComputeCollectionStatus. _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 MpsComputeCollectionStatus
MpsComputeCollectionStatus. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.MpsComputeCollectionStatus
MpsComputeCollectionStatus.Builder. build()
-