Uses of Class
com.vmware.nsx_policy.model.MpsSvmDeploymentSpec
-
Packages that use MpsSvmDeploymentSpec Package Description com.vmware.nsx_policy.malware_prevention.compute_collection com.vmware.nsx_policy.model -
-
Uses of MpsSvmDeploymentSpec in com.vmware.nsx_policy.malware_prevention.compute_collection
Methods in com.vmware.nsx_policy.malware_prevention.compute_collection that return MpsSvmDeploymentSpec Modifier and Type Method Description MpsSvmDeploymentSpecSvmDeployment. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec)This will deploy the Malware Prevention Service on a given cluster.MpsSvmDeploymentSpecSvmDeployment. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This will deploy the Malware Prevention Service on a given cluster.MpsSvmDeploymentSpecSvmDeploymentStub. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec)MpsSvmDeploymentSpecSvmDeploymentStub. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)MpsSvmDeploymentSpecSvmDeployment. get(java.lang.String computeCollectionId)Returns detail of the Malware Prevention Service deployment.MpsSvmDeploymentSpecSvmDeployment. get(java.lang.String computeCollectionId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns detail of the Malware Prevention Service deployment.MpsSvmDeploymentSpecSvmDeploymentStub. get(java.lang.String computeCollectionId)MpsSvmDeploymentSpecSvmDeploymentStub. get(java.lang.String computeCollectionId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.malware_prevention.compute_collection with parameters of type MpsSvmDeploymentSpec Modifier and Type Method Description MpsSvmDeploymentSpecSvmDeployment. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec)This will deploy the Malware Prevention Service on a given cluster.voidSvmDeployment. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec, com.vmware.vapi.bindings.client.AsyncCallback<MpsSvmDeploymentSpec> asyncCallback)This will deploy the Malware Prevention Service on a given cluster.voidSvmDeployment. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec, com.vmware.vapi.bindings.client.AsyncCallback<MpsSvmDeploymentSpec> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This will deploy the Malware Prevention Service on a given cluster.MpsSvmDeploymentSpecSvmDeployment. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This will deploy the Malware Prevention Service on a given cluster.MpsSvmDeploymentSpecSvmDeploymentStub. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec)voidSvmDeploymentStub. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec, com.vmware.vapi.bindings.client.AsyncCallback<MpsSvmDeploymentSpec> asyncCallback)voidSvmDeploymentStub. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec, com.vmware.vapi.bindings.client.AsyncCallback<MpsSvmDeploymentSpec> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)MpsSvmDeploymentSpecSvmDeploymentStub. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.malware_prevention.compute_collection with type arguments of type MpsSvmDeploymentSpec Modifier and Type Method Description voidSvmDeployment. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec, com.vmware.vapi.bindings.client.AsyncCallback<MpsSvmDeploymentSpec> asyncCallback)This will deploy the Malware Prevention Service on a given cluster.voidSvmDeployment. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec, com.vmware.vapi.bindings.client.AsyncCallback<MpsSvmDeploymentSpec> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)This will deploy the Malware Prevention Service on a given cluster.voidSvmDeploymentStub. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec, com.vmware.vapi.bindings.client.AsyncCallback<MpsSvmDeploymentSpec> asyncCallback)voidSvmDeploymentStub. create(java.lang.String computeCollectionId, MpsSvmDeploymentSpec mpsSvmDeploymentSpec, com.vmware.vapi.bindings.client.AsyncCallback<MpsSvmDeploymentSpec> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidSvmDeployment. get(java.lang.String computeCollectionId, com.vmware.vapi.bindings.client.AsyncCallback<MpsSvmDeploymentSpec> asyncCallback)Returns detail of the Malware Prevention Service deployment.voidSvmDeployment. get(java.lang.String computeCollectionId, com.vmware.vapi.bindings.client.AsyncCallback<MpsSvmDeploymentSpec> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Returns detail of the Malware Prevention Service deployment.voidSvmDeploymentStub. get(java.lang.String computeCollectionId, com.vmware.vapi.bindings.client.AsyncCallback<MpsSvmDeploymentSpec> asyncCallback)voidSvmDeploymentStub. get(java.lang.String computeCollectionId, com.vmware.vapi.bindings.client.AsyncCallback<MpsSvmDeploymentSpec> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of MpsSvmDeploymentSpec in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return MpsSvmDeploymentSpec Modifier and Type Method Description static MpsSvmDeploymentSpecMpsSvmDeploymentSpec. _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 MpsSvmDeploymentSpecMpsSvmDeploymentSpec. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.MpsSvmDeploymentSpecMpsSvmDeploymentSpec.Builder. build()
-