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 DeploymentChecksExecutionRequiredResultRequired. get(java.lang.String siteId, java.lang.String formFactor)Get NSX Application Platform pre/post checks execution required.DeploymentChecksExecutionRequiredResultRequired. 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.DeploymentChecksExecutionRequiredResultRequiredStub. get(java.lang.String siteId, java.lang.String formFactor)DeploymentChecksExecutionRequiredResultRequiredStub. 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 voidRequired. 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.voidRequired. 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.voidRequiredStub. get(java.lang.String siteId, java.lang.String formFactor, com.vmware.vapi.bindings.client.AsyncCallback<DeploymentChecksExecutionRequiredResult> asyncCallback)voidRequiredStub. 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 DeploymentChecksExecutionRequiredResultDeploymentChecksExecutionRequiredResult. _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 DeploymentChecksExecutionRequiredResultDeploymentChecksExecutionRequiredResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.DeploymentChecksExecutionRequiredResultDeploymentChecksExecutionRequiredResult.Builder. build()
-