Uses of Class
com.vmware.nsx_policy.model.PlatformDeploymentConfig
-
Packages that use PlatformDeploymentConfig Package Description com.vmware.nsx_policy.infra.sites.napp.deployment com.vmware.nsx_policy.model -
-
Uses of PlatformDeploymentConfig in com.vmware.nsx_policy.infra.sites.napp.deployment
Methods in com.vmware.nsx_policy.infra.sites.napp.deployment that return PlatformDeploymentConfig Modifier and Type Method Description PlatformDeploymentConfigPlatform. get(java.lang.String siteId)Get input parameters required to deploy NSX Application Platform.PlatformDeploymentConfigPlatform. get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get input parameters required to deploy NSX Application Platform.PlatformDeploymentConfigPlatformStub. get(java.lang.String siteId)PlatformDeploymentConfigPlatformStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)PlatformDeploymentConfigPlatform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig)Update input parameters required to deploy platform related pods.PlatformDeploymentConfigPlatform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update input parameters required to deploy platform related pods.PlatformDeploymentConfigPlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig)PlatformDeploymentConfigPlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.infra.sites.napp.deployment with parameters of type PlatformDeploymentConfig Modifier and Type Method Description PlatformDeploymentConfigPlatform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig)Update input parameters required to deploy platform related pods.voidPlatform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)Update input parameters required to deploy platform related pods.voidPlatform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update input parameters required to deploy platform related pods.PlatformDeploymentConfigPlatform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update input parameters required to deploy platform related pods.PlatformDeploymentConfigPlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig)voidPlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)voidPlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)PlatformDeploymentConfigPlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.sites.napp.deployment with type arguments of type PlatformDeploymentConfig Modifier and Type Method Description voidPlatform. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)Get input parameters required to deploy NSX Application Platform.voidPlatform. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get input parameters required to deploy NSX Application Platform.voidPlatformStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)voidPlatformStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidPlatform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)Update input parameters required to deploy platform related pods.voidPlatform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update input parameters required to deploy platform related pods.voidPlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)voidPlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of PlatformDeploymentConfig in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return PlatformDeploymentConfig Modifier and Type Method Description static PlatformDeploymentConfigPlatformDeploymentConfig. _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 PlatformDeploymentConfigPlatformDeploymentConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PlatformDeploymentConfigPlatformDeploymentConfig.Builder. build()PlatformDeploymentConfigPlatformDeploymentChecksAction. getDeploymentConfig()Methods in com.vmware.nsx_policy.model with parameters of type PlatformDeploymentConfig Modifier and Type Method Description PlatformDeploymentChecksAction.BuilderPlatformDeploymentChecksAction.Builder. setDeploymentConfig(PlatformDeploymentConfig deploymentConfig)voidPlatformDeploymentChecksAction. setDeploymentConfig(PlatformDeploymentConfig deploymentConfig)
-