public class PublicStub extends com.vmware.vapi.internal.bindings.Stub implements Public
Public
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
PublicStub(ApiProvider apiProvider,
StubConfigurationBase config) |
PublicStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
Task |
update(java.lang.String org,
java.lang.String sddc)
Update the DNS records of management VMs to use public IP addresses
|
void |
update(java.lang.String org,
java.lang.String sddc,
AsyncCallback<Task> asyncCallback)
Update the DNS records of management VMs to use public IP addresses
|
void |
update(java.lang.String org,
java.lang.String sddc,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
Update the DNS records of management VMs to use public IP addresses
|
Task |
update(java.lang.String org,
java.lang.String sddc,
InvocationConfig invocationConfig)
Update the DNS records of management VMs to use public IP addresses
|
public PublicStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public PublicStub(ApiProvider apiProvider, StubConfigurationBase config)
public Task update(java.lang.String org, java.lang.String sddc)
PublicSynchronous method overload. Result of the invocation will be reported as a method return value.
public Task update(java.lang.String org, java.lang.String sddc, InvocationConfig invocationConfig)
PublicSynchronous 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 update(java.lang.String org,
java.lang.String sddc,
AsyncCallback<Task> asyncCallback)
PublicAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.vmc.model.Task
Operation Errors:
Unauthenticated - Unauthorized
InvalidRequest - The sddc is not in a state that's valid for updates or invalid body
Unauthorized - Forbidden
public void update(java.lang.String org,
java.lang.String sddc,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
PublicAsynchronous 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:
Unauthenticated - Unauthorized
InvalidRequest - The sddc is not in a state that's valid for updates or invalid body
Unauthorized - Forbidden