Uses of Class
com.vmware.nsx_policy.model.PlatformDeploymentChecksAction
-
Packages that use PlatformDeploymentChecksAction Package Description com.vmware.nsx_policy.infra.sites.napp.deployment.platform com.vmware.nsx_policy.model -
-
Uses of PlatformDeploymentChecksAction in com.vmware.nsx_policy.infra.sites.napp.deployment.platform
Methods in com.vmware.nsx_policy.infra.sites.napp.deployment.platform with parameters of type PlatformDeploymentChecksAction Modifier and Type Method Description void
Checks. update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction)
Run pre/post checks for NSX Application Platformvoid
Checks. update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Run pre/post checks for NSX Application Platformvoid
Checks. update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Run pre/post checks for NSX Application Platformvoid
Checks. update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Run pre/post checks for NSX Application Platformvoid
ChecksStub. update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction)
void
ChecksStub. update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
void
ChecksStub. update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
ChecksStub. update(java.lang.String siteId, PlatformDeploymentChecksAction platformDeploymentChecksAction, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of PlatformDeploymentChecksAction in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PlatformDeploymentChecksAction Modifier and Type Method Description static PlatformDeploymentChecksAction
PlatformDeploymentChecksAction. _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 PlatformDeploymentChecksAction
PlatformDeploymentChecksAction. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PlatformDeploymentChecksAction
PlatformDeploymentChecksAction.Builder. build()
-