public interface FailureDomains extends com.vmware.vapi.bindings.Service, FailureDomainsTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
FailureDomain |
create(FailureDomain failureDomain)
Creates a new failure domain.
|
void |
create(FailureDomain failureDomain,
com.vmware.vapi.bindings.client.AsyncCallback<FailureDomain> asyncCallback)
Creates a new failure domain.
|
void |
create(FailureDomain failureDomain,
com.vmware.vapi.bindings.client.AsyncCallback<FailureDomain> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new failure domain.
|
FailureDomain |
create(FailureDomain failureDomain,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Creates a new failure domain.
|
void |
delete(java.lang.String failureDomainId)
Deletes an existing failure domain.
|
void |
delete(java.lang.String failureDomainId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deletes an existing failure domain.
|
void |
delete(java.lang.String failureDomainId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes an existing failure domain.
|
void |
delete(java.lang.String failureDomainId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes an existing failure domain.
|
FailureDomain |
get(java.lang.String failureDomainId)
Returns information about a single failure domain.
|
void |
get(java.lang.String failureDomainId,
com.vmware.vapi.bindings.client.AsyncCallback<FailureDomain> asyncCallback)
Returns information about a single failure domain.
|
void |
get(java.lang.String failureDomainId,
com.vmware.vapi.bindings.client.AsyncCallback<FailureDomain> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a single failure domain.
|
FailureDomain |
get(java.lang.String failureDomainId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about a single failure domain.
|
FailureDomainListResult |
list()
Returns information about configured failure domains.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<FailureDomainListResult> asyncCallback)
Returns information about configured failure domains.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<FailureDomainListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about configured failure domains.
|
FailureDomainListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns information about configured failure domains.
|
FailureDomain |
update(java.lang.String failureDomainId,
FailureDomain failureDomain)
Updates an existing failure domain.
|
void |
update(java.lang.String failureDomainId,
FailureDomain failureDomain,
com.vmware.vapi.bindings.client.AsyncCallback<FailureDomain> asyncCallback)
Updates an existing failure domain.
|
void |
update(java.lang.String failureDomainId,
FailureDomain failureDomain,
com.vmware.vapi.bindings.client.AsyncCallback<FailureDomain> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates an existing failure domain.
|
FailureDomain |
update(java.lang.String failureDomainId,
FailureDomain failureDomain,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Updates an existing failure domain.
|
FailureDomain create(FailureDomain failureDomain)
Synchronous method overload. Result of the invocation will be reported as a method return value.
failureDomain - (required)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 FoundFailureDomain create(FailureDomain failureDomain, 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.
failureDomain - (required)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 create(FailureDomain failureDomain, com.vmware.vapi.bindings.client.AsyncCallback<FailureDomain> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.FailureDomain
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
failureDomain - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void create(FailureDomain failureDomain, com.vmware.vapi.bindings.client.AsyncCallback<FailureDomain> 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.FailureDomain
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
failureDomain - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void delete(java.lang.String failureDomainId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
failureDomainId - (required)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 delete(java.lang.String failureDomainId,
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.
failureDomainId - (required)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 delete(java.lang.String failureDomainId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
failureDomainId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String failureDomainId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> 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.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
failureDomainId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.FailureDomain get(java.lang.String failureDomainId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
failureDomainId - (required)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 FoundFailureDomain get(java.lang.String failureDomainId, 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.
failureDomainId - (required)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(java.lang.String failureDomainId,
com.vmware.vapi.bindings.client.AsyncCallback<FailureDomain> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.FailureDomain
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
failureDomainId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String failureDomainId,
com.vmware.vapi.bindings.client.AsyncCallback<FailureDomain> 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.FailureDomain
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
failureDomainId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.FailureDomainListResult list()
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 FoundFailureDomainListResult list(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 list(com.vmware.vapi.bindings.client.AsyncCallback<FailureDomainListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.FailureDomainListResult
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 list(com.vmware.vapi.bindings.client.AsyncCallback<FailureDomainListResult> 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.FailureDomainListResult
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.FailureDomain update(java.lang.String failureDomainId, FailureDomain failureDomain)
Synchronous method overload. Result of the invocation will be reported as a method return value.
failureDomainId - (required)failureDomain - (required)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 FoundFailureDomain update(java.lang.String failureDomainId, FailureDomain failureDomain, 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.
failureDomainId - (required)failureDomain - (required)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 update(java.lang.String failureDomainId,
FailureDomain failureDomain,
com.vmware.vapi.bindings.client.AsyncCallback<FailureDomain> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.FailureDomain
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
failureDomainId - (required)failureDomain - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String failureDomainId,
FailureDomain failureDomain,
com.vmware.vapi.bindings.client.AsyncCallback<FailureDomain> 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.FailureDomain
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
failureDomainId - (required)failureDomain - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.