public interface ServiceAttachments extends com.vmware.vapi.bindings.Service, ServiceAttachmentsTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
ServiceAttachment |
create(ServiceAttachment serviceAttachment)
Deprecated.
|
void |
create(ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback)
Deprecated.
|
void |
create(ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ServiceAttachment |
create(ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
delete(java.lang.String serviceAttachmentId)
Deprecated.
|
void |
delete(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.
|
void |
delete(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
delete(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ServiceAttachment |
get(java.lang.String serviceAttachmentId)
Deprecated.
|
void |
get(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback)
Deprecated.
|
void |
get(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ServiceAttachment |
get(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ServiceAttachmentListResult |
list()
Deprecated.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachmentListResult> asyncCallback)
Deprecated.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachmentListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ServiceAttachmentListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ServiceAttachment |
update(java.lang.String serviceAttachmentId,
ServiceAttachment serviceAttachment)
Deprecated.
|
void |
update(java.lang.String serviceAttachmentId,
ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback)
Deprecated.
|
void |
update(java.lang.String serviceAttachmentId,
ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ServiceAttachment |
update(java.lang.String serviceAttachmentId,
ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
@Deprecated ServiceAttachment create(ServiceAttachment serviceAttachment)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceAttachment - (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 Found@Deprecated ServiceAttachment create(ServiceAttachment serviceAttachment, 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.
serviceAttachment - (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 Found@Deprecated void create(ServiceAttachment serviceAttachment, com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ServiceAttachment
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceAttachment - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated void create(ServiceAttachment serviceAttachment, com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> 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.ServiceAttachment
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceAttachment - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated void delete(java.lang.String serviceAttachmentId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceAttachmentId - (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 Found@Deprecated
void delete(java.lang.String serviceAttachmentId,
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.
serviceAttachmentId - (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 Found@Deprecated
void delete(java.lang.String serviceAttachmentId,
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
serviceAttachmentId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void delete(java.lang.String serviceAttachmentId,
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
serviceAttachmentId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated ServiceAttachment get(java.lang.String serviceAttachmentId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceAttachmentId - (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 Found@Deprecated ServiceAttachment get(java.lang.String serviceAttachmentId, 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.
serviceAttachmentId - (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 Found@Deprecated
void get(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ServiceAttachment
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceAttachmentId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void get(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> 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.ServiceAttachment
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceAttachmentId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated ServiceAttachmentListResult 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 Found@Deprecated ServiceAttachmentListResult 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 Found@Deprecated void list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachmentListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ServiceAttachmentListResult
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.@Deprecated void list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachmentListResult> 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.ServiceAttachmentListResult
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.@Deprecated ServiceAttachment update(java.lang.String serviceAttachmentId, ServiceAttachment serviceAttachment)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceAttachmentId - (required)serviceAttachment - (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 Found@Deprecated ServiceAttachment update(java.lang.String serviceAttachmentId, ServiceAttachment serviceAttachment, 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.
serviceAttachmentId - (required)serviceAttachment - (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 Found@Deprecated
void update(java.lang.String serviceAttachmentId,
ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ServiceAttachment
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceAttachmentId - (required)serviceAttachment - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void update(java.lang.String serviceAttachmentId,
ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> 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.ServiceAttachment
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceAttachmentId - (required)serviceAttachment - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.