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