public interface Publish extends Service, PublishTypes
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
Task |
post(java.lang.String org,
java.lang.String sddc,
java.lang.String cluster,
MsftLicensingConfig configChange)
Sets the current Microsoft license status of the given SDDC's cluster.
|
void |
post(java.lang.String org,
java.lang.String sddc,
java.lang.String cluster,
MsftLicensingConfig configChange,
AsyncCallback<Task> asyncCallback)
Sets the current Microsoft license status of the given SDDC's cluster.
|
void |
post(java.lang.String org,
java.lang.String sddc,
java.lang.String cluster,
MsftLicensingConfig configChange,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
Sets the current Microsoft license status of the given SDDC's cluster.
|
Task |
post(java.lang.String org,
java.lang.String sddc,
java.lang.String cluster,
MsftLicensingConfig configChange,
InvocationConfig invocationConfig)
Sets the current Microsoft license status of the given SDDC's cluster.
|
Task post(java.lang.String org, java.lang.String sddc, java.lang.String cluster, MsftLicensingConfig configChange)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org
- Organization identifier (required)sddc
- Sddc identifier (required)cluster
- cluster identifier (required)configChange
- The license data to set for the clusters. (required)Unauthorized
- ForbiddenTask post(java.lang.String org, java.lang.String sddc, java.lang.String cluster, MsftLicensingConfig configChange, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
org
- Organization identifier (required)sddc
- Sddc identifier (required)cluster
- cluster identifier (required)configChange
- The license data to set for the clusters. (required)invocationConfig
- Configuration for the method invocation.Unauthorized
- Forbiddenvoid post(java.lang.String org, java.lang.String sddc, java.lang.String cluster, MsftLicensingConfig configChange, AsyncCallback<Task> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.Task
Operation Errors:
Unauthorized
- Forbidden
org
- Organization identifier (required)sddc
- Sddc identifier (required)cluster
- cluster identifier (required)configChange
- The license data to set for the clusters. (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void post(java.lang.String org, java.lang.String sddc, java.lang.String cluster, MsftLicensingConfig configChange, AsyncCallback<Task> asyncCallback, InvocationConfig invocationConfig)
Asynchronous 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.vmc.model.Task
Operation Errors:
Unauthorized
- Forbidden
org
- Organization identifier (required)sddc
- Sddc identifier (required)cluster
- cluster identifier (required)configChange
- The license data to set for the clusters. (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.