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 PlatformDeploymentConfig
Platform. get(java.lang.String siteId)
Get input parameters required to deploy NSX Application Platform.PlatformDeploymentConfig
Platform. get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get input parameters required to deploy NSX Application Platform.PlatformDeploymentConfig
PlatformStub. get(java.lang.String siteId)
PlatformDeploymentConfig
PlatformStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlatformDeploymentConfig
Platform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig)
Update input parameters required to deploy platform related pods.PlatformDeploymentConfig
Platform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update input parameters required to deploy platform related pods.PlatformDeploymentConfig
PlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig)
PlatformDeploymentConfig
PlatformStub. 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 PlatformDeploymentConfig
Platform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig)
Update input parameters required to deploy platform related pods.void
Platform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)
Update input parameters required to deploy platform related pods.void
Platform. 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.PlatformDeploymentConfig
Platform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update input parameters required to deploy platform related pods.PlatformDeploymentConfig
PlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig)
void
PlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)
void
PlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlatformDeploymentConfig
PlatformStub. 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 void
Platform. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)
Get input parameters required to deploy NSX Application Platform.void
Platform. 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.void
PlatformStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)
void
PlatformStub. get(java.lang.String siteId, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
Platform. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)
Update input parameters required to deploy platform related pods.void
Platform. 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.void
PlatformStub. patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)
void
PlatformStub. 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 PlatformDeploymentConfig
PlatformDeploymentConfig. _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 PlatformDeploymentConfig
PlatformDeploymentConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.PlatformDeploymentConfig
PlatformDeploymentConfig.Builder. build()
PlatformDeploymentConfig
PlatformDeploymentChecksAction. getDeploymentConfig()
Methods in com.vmware.nsx_policy.model with parameters of type PlatformDeploymentConfig Modifier and Type Method Description PlatformDeploymentChecksAction.Builder
PlatformDeploymentChecksAction.Builder. setDeploymentConfig(PlatformDeploymentConfig deploymentConfig)
void
PlatformDeploymentChecksAction. setDeploymentConfig(PlatformDeploymentConfig deploymentConfig)
-