Uses of Class
com.vmware.nsx_policy.model.CloudNativeDeploymentAction
-
Packages that use CloudNativeDeploymentAction Package Description com.vmware.nsx_policy.model -
-
Uses of CloudNativeDeploymentAction in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return CloudNativeDeploymentAction Modifier and Type Method Description static CloudNativeDeploymentActionCloudNativeDeploymentAction. _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 CloudNativeDeploymentActionCloudNativeDeploymentAction. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.CloudNativeDeploymentActionCloudNativeDeploymentAction.Builder. build()CloudNativeDeploymentActionCloudNativeDeploymentConfig. getDeploymentAction()CloudNativeDeploymentActionPlatformDeploymentConfig. getDeploymentAction()CloudNativeDeploymentActionUpgradeCoordinatorDeploymentConfig. getDeploymentAction()Methods in com.vmware.nsx_policy.model with parameters of type CloudNativeDeploymentAction Modifier and Type Method Description CloudNativeDeploymentConfig.BuilderCloudNativeDeploymentConfig.Builder. setDeploymentAction(CloudNativeDeploymentAction deploymentAction)voidCloudNativeDeploymentConfig. setDeploymentAction(CloudNativeDeploymentAction deploymentAction)PlatformDeploymentConfig.BuilderPlatformDeploymentConfig.Builder. setDeploymentAction(CloudNativeDeploymentAction deploymentAction)voidPlatformDeploymentConfig. setDeploymentAction(CloudNativeDeploymentAction deploymentAction)UpgradeCoordinatorDeploymentConfig.BuilderUpgradeCoordinatorDeploymentConfig.Builder. setDeploymentAction(CloudNativeDeploymentAction deploymentAction)voidUpgradeCoordinatorDeploymentConfig. setDeploymentAction(CloudNativeDeploymentAction deploymentAction)
-