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