public interface ApiVirtualIp extends com.vmware.vapi.bindings.Service, ApiVirtualIpTypes
_VAPI_SERVICE_ID, SETVIRTUALIP_FORCE_FALSE, SETVIRTUALIP_FORCE_TRUE| Modifier and Type | Method and Description |
|---|---|
ClusterVirtualIpProperties |
clearvirtualip()
Clears the cluster virtual IPv4 or IPv6 address.
Note, query parameter ?action=clear_virtual_ip clears virtual IPv4 address and ?action=clear_virtual_ip6 clears virtual IPv6 address. |
void |
clearvirtualip(com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback)
Clears the cluster virtual IPv4 or IPv6 address.
Note, query parameter ?action=clear_virtual_ip clears virtual IPv4 address and ?action=clear_virtual_ip6 clears virtual IPv6 address. |
void |
clearvirtualip(com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Clears the cluster virtual IPv4 or IPv6 address.
Note, query parameter ?action=clear_virtual_ip clears virtual IPv4 address and ?action=clear_virtual_ip6 clears virtual IPv6 address. |
ClusterVirtualIpProperties |
clearvirtualip(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Clears the cluster virtual IPv4 or IPv6 address.
Note, query parameter ?action=clear_virtual_ip clears virtual IPv4 address and ?action=clear_virtual_ip6 clears virtual IPv6 address. |
ClusterVirtualIpProperties |
clearvirtualip6()
Clears the cluster virtual IPv4 or IPv6 address.
Note, query parameter ?action=clear_virtual_ip clears virtual IPv4 address and ?action=clear_virtual_ip6 clears virtual IPv6 address. |
void |
clearvirtualip6(com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback)
Clears the cluster virtual IPv4 or IPv6 address.
Note, query parameter ?action=clear_virtual_ip clears virtual IPv4 address and ?action=clear_virtual_ip6 clears virtual IPv6 address. |
void |
clearvirtualip6(com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Clears the cluster virtual IPv4 or IPv6 address.
Note, query parameter ?action=clear_virtual_ip clears virtual IPv4 address and ?action=clear_virtual_ip6 clears virtual IPv6 address. |
ClusterVirtualIpProperties |
clearvirtualip6(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Clears the cluster virtual IPv4 or IPv6 address.
Note, query parameter ?action=clear_virtual_ip clears virtual IPv4 address and ?action=clear_virtual_ip6 clears virtual IPv6 address. |
ClusterVirtualIpProperties |
get()
Returns the configured cluster virtual IPv4 and IPv6 address or null if not
configured.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback)
Returns the configured cluster virtual IPv4 and IPv6 address or null if not
configured.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the configured cluster virtual IPv4 and IPv6 address or null if not
configured.
|
ClusterVirtualIpProperties |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the configured cluster virtual IPv4 and IPv6 address or null if not
configured.
|
ClusterVirtualIpProperties |
setvirtualip(java.lang.String force,
java.lang.String ip6Address,
java.lang.String ipAddress)
Sets the cluster virtual IPv4 and IPv6 address.
|
void |
setvirtualip(java.lang.String force,
java.lang.String ip6Address,
java.lang.String ipAddress,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback)
Sets the cluster virtual IPv4 and IPv6 address.
|
void |
setvirtualip(java.lang.String force,
java.lang.String ip6Address,
java.lang.String ipAddress,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Sets the cluster virtual IPv4 and IPv6 address.
|
ClusterVirtualIpProperties |
setvirtualip(java.lang.String force,
java.lang.String ip6Address,
java.lang.String ipAddress,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Sets the cluster virtual IPv4 and IPv6 address.
|
ClusterVirtualIpProperties clearvirtualip()
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundClusterVirtualIpProperties clearvirtualip(com.vmware.vapi.bindings.client.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.
invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid clearvirtualip(com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterVirtualIpProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void clearvirtualip(com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback, com.vmware.vapi.bindings.client.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.nsx.model.ClusterVirtualIpProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ClusterVirtualIpProperties clearvirtualip6()
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundClusterVirtualIpProperties clearvirtualip6(com.vmware.vapi.bindings.client.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.
invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid clearvirtualip6(com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterVirtualIpProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void clearvirtualip6(com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback, com.vmware.vapi.bindings.client.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.nsx.model.ClusterVirtualIpProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ClusterVirtualIpProperties get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundClusterVirtualIpProperties get(com.vmware.vapi.bindings.client.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.
invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterVirtualIpProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback, com.vmware.vapi.bindings.client.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.nsx.model.ClusterVirtualIpProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.ClusterVirtualIpProperties setvirtualip(java.lang.String force, java.lang.String ip6Address, java.lang.String ipAddress)
Synchronous method overload. Result of the invocation will be reported as a method return value.
force - On enable it ignores duplicate address detection and DNS lookup validation check
(optional, default to false)ip6Address - Virtual IPv6 address, :: if not configured (optional)ipAddress - Virtual IP address, 0.0.0.0 if not configured (optional)com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundClusterVirtualIpProperties setvirtualip(java.lang.String force, java.lang.String ip6Address, java.lang.String ipAddress, com.vmware.vapi.bindings.client.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.
force - On enable it ignores duplicate address detection and DNS lookup validation check
(optional, default to false)ip6Address - Virtual IPv6 address, :: if not configured (optional)ipAddress - Virtual IP address, 0.0.0.0 if not configured (optional)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid setvirtualip(java.lang.String force,
java.lang.String ip6Address,
java.lang.String ipAddress,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ClusterVirtualIpProperties
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
force - On enable it ignores duplicate address detection and DNS lookup validation check
(optional, default to false)ip6Address - Virtual IPv6 address, :: if not configured (optional)ipAddress - Virtual IP address, 0.0.0.0 if not configured (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void setvirtualip(java.lang.String force,
java.lang.String ip6Address,
java.lang.String ipAddress,
com.vmware.vapi.bindings.client.AsyncCallback<ClusterVirtualIpProperties> asyncCallback,
com.vmware.vapi.bindings.client.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.nsx.model.ClusterVirtualIpProperties
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
force - On enable it ignores duplicate address detection and DNS lookup validation check
(optional, default to false)ip6Address - Virtual IPv6 address, :: if not configured (optional)ipAddress - Virtual IP address, 0.0.0.0 if not configured (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.