public interface InstanceEndpoints extends com.vmware.vapi.bindings.Service, InstanceEndpointsTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
InstanceEndpoint |
create(java.lang.String serviceId,
java.lang.String serviceInstanceId,
InstanceEndpoint instanceEndpoint)
Deprecated.
|
void |
create(java.lang.String serviceId,
java.lang.String serviceInstanceId,
InstanceEndpoint instanceEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpoint> asyncCallback)
Deprecated.
|
void |
create(java.lang.String serviceId,
java.lang.String serviceInstanceId,
InstanceEndpoint instanceEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
InstanceEndpoint |
create(java.lang.String serviceId,
java.lang.String serviceInstanceId,
InstanceEndpoint instanceEndpoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
delete(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId)
Deprecated.
|
void |
delete(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deprecated.
|
void |
delete(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
delete(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
InstanceEndpoint |
get(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId)
Deprecated.
|
void |
get(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpoint> asyncCallback)
Deprecated.
|
void |
get(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
InstanceEndpoint |
get(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
InstanceEndpointListResult |
list(java.lang.String serviceId,
java.lang.String serviceInstanceId)
List all InstanceEndpoints of a service instance.
|
void |
list(java.lang.String serviceId,
java.lang.String serviceInstanceId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpointListResult> asyncCallback)
List all InstanceEndpoints of a service instance.
|
void |
list(java.lang.String serviceId,
java.lang.String serviceInstanceId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpointListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all InstanceEndpoints of a service instance.
|
InstanceEndpointListResult |
list(java.lang.String serviceId,
java.lang.String serviceInstanceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List all InstanceEndpoints of a service instance.
|
@Deprecated InstanceEndpoint create(java.lang.String serviceId, java.lang.String serviceInstanceId, InstanceEndpoint instanceEndpoint)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceId - (required)serviceInstanceId - (required)instanceEndpoint - (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 InstanceEndpoint create(java.lang.String serviceId, java.lang.String serviceInstanceId, InstanceEndpoint instanceEndpoint, 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.
serviceId - (required)serviceInstanceId - (required)instanceEndpoint - (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(java.lang.String serviceId,
java.lang.String serviceInstanceId,
InstanceEndpoint instanceEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpoint> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.InstanceEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)serviceInstanceId - (required)instanceEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void create(java.lang.String serviceId,
java.lang.String serviceInstanceId,
InstanceEndpoint instanceEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpoint> 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.InstanceEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)serviceInstanceId - (required)instanceEndpoint - (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 serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceId - (required)serviceInstanceId - (required)instanceEndpointId - (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 serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
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.
serviceId - (required)serviceInstanceId - (required)instanceEndpointId - (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 serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
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
serviceId - (required)serviceInstanceId - (required)instanceEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void delete(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
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
serviceId - (required)serviceInstanceId - (required)instanceEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated InstanceEndpoint get(java.lang.String serviceId, java.lang.String serviceInstanceId, java.lang.String instanceEndpointId)
serviceId - (required)serviceInstanceId - (required)instanceEndpointId - (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 InstanceEndpoint get(java.lang.String serviceId, java.lang.String serviceInstanceId, java.lang.String instanceEndpointId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
invocationConfig to specify configuration for this particular invocation.serviceId - (required)serviceInstanceId - (required)instanceEndpointId - (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 serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpoint> asyncCallback)
asyncCallback.
Invocation Result:
com.vmware.nsx.model.InstanceEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)serviceInstanceId - (required)instanceEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void get(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.InstanceEndpoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)serviceInstanceId - (required)instanceEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.InstanceEndpointListResult list(java.lang.String serviceId, java.lang.String serviceInstanceId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
serviceId - (required)serviceInstanceId - (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 FoundInstanceEndpointListResult list(java.lang.String serviceId, java.lang.String serviceInstanceId, 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.
serviceId - (required)serviceInstanceId - (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 list(java.lang.String serviceId,
java.lang.String serviceInstanceId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpointListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.InstanceEndpointListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)serviceInstanceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String serviceId,
java.lang.String serviceInstanceId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpointListResult> 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.InstanceEndpointListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
serviceId - (required)serviceInstanceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.