public class ServiceAttachmentsStub extends com.vmware.vapi.internal.bindings.Stub implements ServiceAttachments
ServiceAttachments
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ServiceAttachmentsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ServiceAttachmentsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
ServiceAttachment |
create(ServiceAttachment serviceAttachment)
Adds a new Service attachment.
|
void |
create(ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback)
Adds a new Service attachment.
|
void |
create(ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Adds a new Service attachment.
|
ServiceAttachment |
create(ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Adds a new Service attachment.
|
void |
delete(java.lang.String serviceAttachmentId)
Delete existing service attachment from system.
|
void |
delete(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete existing service attachment from system.
|
void |
delete(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete existing service attachment from system.
|
void |
delete(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete existing service attachment from system.
|
ServiceAttachment |
get(java.lang.String serviceAttachmentId)
Returns detailed Attachment information for a given service attachment.
|
void |
get(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback)
Returns detailed Attachment information for a given service attachment.
|
void |
get(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed Attachment information for a given service attachment.
|
ServiceAttachment |
get(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed Attachment information for a given service attachment.
|
ServiceAttachmentListResult |
list()
Returns all Service-Attachement(s) present in the system.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachmentListResult> asyncCallback)
Returns all Service-Attachement(s) present in the system.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachmentListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns all Service-Attachement(s) present in the system.
|
ServiceAttachmentListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns all Service-Attachement(s) present in the system.
|
ServiceAttachment |
update(java.lang.String serviceAttachmentId,
ServiceAttachment serviceAttachment)
Modifies an existing service attachment.
|
void |
update(java.lang.String serviceAttachmentId,
ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback)
Modifies an existing service attachment.
|
void |
update(java.lang.String serviceAttachmentId,
ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies an existing service attachment.
|
ServiceAttachment |
update(java.lang.String serviceAttachmentId,
ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modifies an existing service attachment.
|
public ServiceAttachmentsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ServiceAttachmentsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ServiceAttachment create(ServiceAttachment serviceAttachment)
ServiceAttachmentsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface ServiceAttachmentsserviceAttachment - (required)public ServiceAttachment create(ServiceAttachment serviceAttachment, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceAttachmentsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface ServiceAttachmentsserviceAttachment - (required)invocationConfig - Configuration for the method invocation.public void create(ServiceAttachment serviceAttachment, com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback)
ServiceAttachmentsAsynchronous 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
create in interface ServiceAttachmentsserviceAttachment - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(ServiceAttachment serviceAttachment, com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceAttachmentsAsynchronous 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
create in interface ServiceAttachmentsserviceAttachment - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String serviceAttachmentId)
ServiceAttachmentsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface ServiceAttachmentsserviceAttachmentId - (required)public void delete(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceAttachmentsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
delete in interface ServiceAttachmentsserviceAttachmentId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
ServiceAttachmentsAsynchronous 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
delete in interface ServiceAttachmentsserviceAttachmentId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceAttachmentsAsynchronous 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
delete in interface ServiceAttachmentsserviceAttachmentId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ServiceAttachment get(java.lang.String serviceAttachmentId)
ServiceAttachmentsSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface ServiceAttachmentsserviceAttachmentId - (required)public ServiceAttachment get(java.lang.String serviceAttachmentId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceAttachmentsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface ServiceAttachmentsserviceAttachmentId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback)
ServiceAttachmentsAsynchronous 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
get in interface ServiceAttachmentsserviceAttachmentId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String serviceAttachmentId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceAttachmentsAsynchronous 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
get in interface ServiceAttachmentsserviceAttachmentId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ServiceAttachmentListResult list()
ServiceAttachmentsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface ServiceAttachmentspublic ServiceAttachmentListResult list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceAttachmentsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface ServiceAttachmentsinvocationConfig - Configuration for the method invocation.public void list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachmentListResult> asyncCallback)
ServiceAttachmentsAsynchronous 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
list in interface ServiceAttachmentsasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachmentListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceAttachmentsAsynchronous 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
list in interface ServiceAttachmentsasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ServiceAttachment update(java.lang.String serviceAttachmentId, ServiceAttachment serviceAttachment)
ServiceAttachmentsSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface ServiceAttachmentsserviceAttachmentId - (required)serviceAttachment - (required)public ServiceAttachment update(java.lang.String serviceAttachmentId, ServiceAttachment serviceAttachment, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceAttachmentsSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
update in interface ServiceAttachmentsserviceAttachmentId - (required)serviceAttachment - (required)invocationConfig - Configuration for the method invocation.public void update(java.lang.String serviceAttachmentId,
ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback)
ServiceAttachmentsAsynchronous 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
update in interface ServiceAttachmentsserviceAttachmentId - (required)serviceAttachment - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(java.lang.String serviceAttachmentId,
ServiceAttachment serviceAttachment,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceAttachment> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ServiceAttachmentsAsynchronous 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
update in interface ServiceAttachmentsserviceAttachmentId - (required)serviceAttachment - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.