_VAPI_SERVICE_ID, UPDATE_IP_TYPE_PRIVATE, UPDATE_IP_TYPE_PUBLIC
Modifier and Type | Method and Description |
---|---|
Task |
update(java.lang.String org,
java.lang.String sddc,
java.lang.String managementVmId,
java.lang.String ipType)
Update the DNS records of management VMs to use public or private IP addresses
|
void |
update(java.lang.String org,
java.lang.String sddc,
java.lang.String managementVmId,
java.lang.String ipType,
AsyncCallback<Task> asyncCallback)
Update the DNS records of management VMs to use public or private IP addresses
|
void |
update(java.lang.String org,
java.lang.String sddc,
java.lang.String managementVmId,
java.lang.String ipType,
AsyncCallback<Task> asyncCallback,
InvocationConfig invocationConfig)
Update the DNS records of management VMs to use public or private IP addresses
|
Task |
update(java.lang.String org,
java.lang.String sddc,
java.lang.String managementVmId,
java.lang.String ipType,
InvocationConfig invocationConfig)
Update the DNS records of management VMs to use public or private IP addresses
|
Task update(java.lang.String org, java.lang.String sddc, java.lang.String managementVmId, java.lang.String ipType)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org
- Organization identifier (required)sddc
- Sddc identifier (required)managementVmId
- the management VM ID (required)ipType
- the ip type to associate with FQDN in DNS (required)Unauthenticated
- UnauthorizedInvalidRequest
- The sddc is not in a state that's valid for updates or invalid bodyUnauthorized
- ForbiddenTask update(java.lang.String org, java.lang.String sddc, java.lang.String managementVmId, java.lang.String ipType, 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)managementVmId
- the management VM ID (required)ipType
- the ip type to associate with FQDN in DNS (required)invocationConfig
- Configuration for the method invocation.Unauthenticated
- UnauthorizedInvalidRequest
- The sddc is not in a state that's valid for updates or invalid bodyUnauthorized
- Forbiddenvoid update(java.lang.String org, java.lang.String sddc, java.lang.String managementVmId, java.lang.String ipType, 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:
Unauthenticated
- Unauthorized
InvalidRequest
- The sddc is not in a state that's valid for updates or invalid body
Unauthorized
- Forbidden
org
- Organization identifier (required)sddc
- Sddc identifier (required)managementVmId
- the management VM ID (required)ipType
- the ip type to associate with FQDN in DNS (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String org, java.lang.String sddc, java.lang.String managementVmId, java.lang.String ipType, 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:
Unauthenticated
- Unauthorized
InvalidRequest
- The sddc is not in a state that's valid for updates or invalid body
Unauthorized
- Forbidden
org
- Organization identifier (required)sddc
- Sddc identifier (required)managementVmId
- the management VM ID (required)ipType
- the ip type to associate with FQDN in DNS (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.