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