Interface Registration
-
- All Superinterfaces:
RegistrationTypes,com.vmware.vapi.bindings.Service
- All Known Implementing Classes:
RegistrationStub
public interface Registration extends com.vmware.vapi.bindings.Service, RegistrationTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx_policy.infra.sites.napp.RegistrationTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NappRegistrationListget()Get all registered NSX Application Platforms.voidget(com.vmware.vapi.bindings.client.AsyncCallback<NappRegistrationList> asyncCallback)Get all registered NSX Application Platforms.voidget(com.vmware.vapi.bindings.client.AsyncCallback<NappRegistrationList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get all registered NSX Application Platforms.NappRegistrationListget(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get all registered NSX Application Platforms.NappRegistrationget0(java.lang.String clusterId)Get the registered NSX Application Platform as specified.voidget0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback)Get the registered NSX Application Platform as specified.voidget0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get the registered NSX Application Platform as specified.NappRegistrationget0(java.lang.String clusterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get the registered NSX Application Platform as specified.
-
-
-
Method Detail
-
get
NappRegistrationList get()
Get all registered NSX Application Platforms.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Returns:
- com.vmware.nsx_policy.model.NappRegistrationList
- Throws:
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
-
get
NappRegistrationList get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get all registered NSX Application Platforms.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.NappRegistrationList
- Throws:
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
-
get
void get(com.vmware.vapi.bindings.client.AsyncCallback<NappRegistrationList> asyncCallback)
Get all registered NSX Application Platforms.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.NappRegistrationListOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get
void get(com.vmware.vapi.bindings.client.AsyncCallback<NappRegistrationList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get all registered NSX Application Platforms.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.NappRegistrationListOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
get0
NappRegistration get0(java.lang.String clusterId)
Get the registered NSX Application Platform as specified.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
clusterId- (required)- Returns:
- com.vmware.nsx_policy.model.NappRegistration
- Throws:
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
-
get0
NappRegistration get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the registered NSX Application Platform as specified.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfigto specify configuration for this particular invocation.- Parameters:
clusterId- (required)invocationConfig- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.NappRegistration
- Throws:
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
-
get0
void get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback)Get the registered NSX Application Platform as specified.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback.Invocation Result:
com.vmware.nsx_policy.model.NappRegistrationOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
clusterId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.
-
get0
void get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get the registered NSX Application Platform as specified.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback. UseinvocationConfigto specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.NappRegistrationOperation Errors:
InvalidRequest- Bad Request, Precondition Failed
Unauthorized- Forbidden
ServiceUnavailable- Service Unavailable
InternalServerError- Internal Server Error
NotFound- Not Found
- Parameters:
clusterId- (required)asyncCallback- Receives the status (progress, result or error) of the operation invocation.invocationConfig- Configuration for the method invocation.
-
-