public class PlatformStub extends com.vmware.vapi.internal.bindings.Stub implements Platform
Platform
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
PlatformStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
PlatformStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
PlatformDeploymentConfig |
get(java.lang.String siteId)
Get input parameters required to deploy NSX Application Platform.
|
void |
get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)
Get input parameters required to deploy NSX Application Platform.
|
void |
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.
|
PlatformDeploymentConfig |
get(java.lang.String siteId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get input parameters required to deploy NSX Application Platform.
|
PlatformDeploymentConfig |
patch(java.lang.String siteId,
PlatformDeploymentConfig platformDeploymentConfig)
Update input parameters required to deploy platform related pods.
|
void |
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 |
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 |
patch(java.lang.String siteId,
PlatformDeploymentConfig platformDeploymentConfig,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update input parameters required to deploy platform related pods.
|
public PlatformStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public PlatformStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public PlatformDeploymentConfig get(java.lang.String siteId)
PlatformSynchronous method overload. Result of the invocation will be reported as a method return value.
public PlatformDeploymentConfig get(java.lang.String siteId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlatformSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)
PlatformAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.PlatformDeploymentConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void get(java.lang.String siteId,
com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlatformAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_policy.model.PlatformDeploymentConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public PlatformDeploymentConfig patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig)
PlatformSynchronous method overload. Result of the invocation will be reported as a method return value.
public PlatformDeploymentConfig patch(java.lang.String siteId, PlatformDeploymentConfig platformDeploymentConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlatformSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void patch(java.lang.String siteId,
PlatformDeploymentConfig platformDeploymentConfig,
com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback)
PlatformAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.PlatformDeploymentConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
public void patch(java.lang.String siteId,
PlatformDeploymentConfig platformDeploymentConfig,
com.vmware.vapi.bindings.client.AsyncCallback<PlatformDeploymentConfig> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PlatformAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx_policy.model.PlatformDeploymentConfig
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found