public class InstanceEndpointsStub extends com.vmware.vapi.internal.bindings.Stub implements InstanceEndpoints
InstanceEndpoints
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
InstanceEndpointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
InstanceEndpointsStub(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 |
|---|---|
InstanceEndpoint |
create(java.lang.String serviceId,
java.lang.String serviceInstanceId,
InstanceEndpoint instanceEndpoint)
Adds a new instance endpoint.
|
void |
create(java.lang.String serviceId,
java.lang.String serviceInstanceId,
InstanceEndpoint instanceEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpoint> asyncCallback)
Adds a new instance endpoint.
|
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)
Adds a new instance endpoint.
|
InstanceEndpoint |
create(java.lang.String serviceId,
java.lang.String serviceInstanceId,
InstanceEndpoint instanceEndpoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Adds a new instance endpoint.
|
void |
delete(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId)
Delete instance endpoint information for a given instace endpoint.
|
void |
delete(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete instance endpoint information for a given instace endpoint.
|
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)
Delete instance endpoint information for a given instace endpoint.
|
void |
delete(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete instance endpoint information for a given instace endpoint.
|
InstanceEndpoint |
get(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId)
Returns detailed Endpoint information for a given InstanceEndpoint.
|
void |
get(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpoint> asyncCallback)
Returns detailed Endpoint information for a given InstanceEndpoint.
|
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)
Returns detailed Endpoint information for a given InstanceEndpoint.
|
InstanceEndpoint |
get(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns detailed Endpoint information for a given InstanceEndpoint.
|
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.
|
public InstanceEndpointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public InstanceEndpointsStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public InstanceEndpoint create(java.lang.String serviceId, java.lang.String serviceInstanceId, InstanceEndpoint instanceEndpoint)
InstanceEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface InstanceEndpointsserviceId - (required)serviceInstanceId - (required)instanceEndpoint - (required)public InstanceEndpoint create(java.lang.String serviceId, java.lang.String serviceInstanceId, InstanceEndpoint instanceEndpoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
InstanceEndpointsSynchronous 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 InstanceEndpointsserviceId - (required)serviceInstanceId - (required)instanceEndpoint - (required)invocationConfig - Configuration for the method invocation.public void create(java.lang.String serviceId,
java.lang.String serviceInstanceId,
InstanceEndpoint instanceEndpoint,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpoint> asyncCallback)
InstanceEndpointsAsynchronous 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
create in interface InstanceEndpointsserviceId - (required)serviceInstanceId - (required)instanceEndpoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
InstanceEndpointsAsynchronous 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
create in interface InstanceEndpointsserviceId - (required)serviceInstanceId - (required)instanceEndpoint - (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 serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId)
InstanceEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface InstanceEndpointsserviceId - (required)serviceInstanceId - (required)instanceEndpointId - (required)public void delete(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
InstanceEndpointsSynchronous 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 InstanceEndpointsserviceId - (required)serviceInstanceId - (required)instanceEndpointId - (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
InstanceEndpointsAsynchronous 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 InstanceEndpointsserviceId - (required)serviceInstanceId - (required)instanceEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
InstanceEndpointsAsynchronous 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 InstanceEndpointsserviceId - (required)serviceInstanceId - (required)instanceEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public InstanceEndpoint get(java.lang.String serviceId, java.lang.String serviceInstanceId, java.lang.String instanceEndpointId)
InstanceEndpointsget in interface InstanceEndpointsserviceId - (required)serviceInstanceId - (required)instanceEndpointId - (required)public InstanceEndpoint get(java.lang.String serviceId, java.lang.String serviceInstanceId, java.lang.String instanceEndpointId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
InstanceEndpointsinvocationConfig to specify configuration for this particular invocation.get in interface InstanceEndpointsserviceId - (required)serviceInstanceId - (required)instanceEndpointId - (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String serviceId,
java.lang.String serviceInstanceId,
java.lang.String instanceEndpointId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpoint> asyncCallback)
InstanceEndpointsasyncCallback.
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
get in interface InstanceEndpointsserviceId - (required)serviceInstanceId - (required)instanceEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
InstanceEndpointsasyncCallback.
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
get in interface InstanceEndpointsserviceId - (required)serviceInstanceId - (required)instanceEndpointId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public InstanceEndpointListResult list(java.lang.String serviceId, java.lang.String serviceInstanceId)
InstanceEndpointsSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface InstanceEndpointsserviceId - (required)serviceInstanceId - (required)public InstanceEndpointListResult list(java.lang.String serviceId, java.lang.String serviceInstanceId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
InstanceEndpointsSynchronous 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 InstanceEndpointsserviceId - (required)serviceInstanceId - (required)invocationConfig - Configuration for the method invocation.public void list(java.lang.String serviceId,
java.lang.String serviceInstanceId,
com.vmware.vapi.bindings.client.AsyncCallback<InstanceEndpointListResult> asyncCallback)
InstanceEndpointsAsynchronous 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
list in interface InstanceEndpointsserviceId - (required)serviceInstanceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
InstanceEndpointsAsynchronous 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
list in interface InstanceEndpointsserviceId - (required)serviceInstanceId - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.