Class RegistrationStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.infra.sites.napp.RegistrationStub
-
- All Implemented Interfaces:
Registration
,RegistrationTypes
,com.vmware.vapi.bindings.Service
public class RegistrationStub extends com.vmware.vapi.internal.bindings.Stub implements Registration
Remote stub implementation of theRegistration
API service.WARNING: Internal class, subject to change in future versions.
-
-
Field Summary
-
Fields inherited from class com.vmware.vapi.internal.bindings.Stub
apiProvider, converter, ifaceId, retryPolicy, securityContext
-
Fields inherited from interface com.vmware.nsx_policy.infra.sites.napp.RegistrationTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description RegistrationStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
RegistrationStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NappRegistrationList
get()
Get all registered NSX Application Platforms.void
get(com.vmware.vapi.bindings.client.AsyncCallback<NappRegistrationList> asyncCallback)
Get all registered NSX Application Platforms.void
get(com.vmware.vapi.bindings.client.AsyncCallback<NappRegistrationList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get all registered NSX Application Platforms.NappRegistrationList
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get all registered NSX Application Platforms.NappRegistration
get0(java.lang.String clusterId)
Get the registered NSX Application Platform as specified.void
get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback)
Get the registered NSX Application Platform as specified.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.NappRegistration
get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the registered NSX Application Platform as specified.
-
-
-
Constructor Detail
-
RegistrationStub
public RegistrationStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
-
RegistrationStub
public RegistrationStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
-
-
Method Detail
-
get
public NappRegistrationList get()
Description copied from interface:Registration
Get all registered NSX Application Platforms.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
get
in interfaceRegistration
- Returns:
- com.vmware.nsx_policy.model.NappRegistrationList
-
get
public NappRegistrationList get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Registration
Get all registered NSX Application Platforms.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Specified by:
get
in interfaceRegistration
- Parameters:
invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.NappRegistrationList
-
get
public void get(com.vmware.vapi.bindings.client.AsyncCallback<NappRegistrationList> asyncCallback)
Description copied from interface:Registration
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
- Specified by:
get
in interfaceRegistration
- Parameters:
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
get
public void get(com.vmware.vapi.bindings.client.AsyncCallback<NappRegistrationList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Registration
Get all registered NSX Application Platforms.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to 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
- Specified by:
get
in interfaceRegistration
- Parameters:
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
get0
public NappRegistration get0(java.lang.String clusterId)
Description copied from interface:Registration
Get the registered NSX Application Platform as specified.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Specified by:
get0
in interfaceRegistration
- Parameters:
clusterId
- (required)- Returns:
- com.vmware.nsx_policy.model.NappRegistration
-
get0
public NappRegistration get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Registration
Get the registered NSX Application Platform as specified.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Specified by:
get0
in interfaceRegistration
- Parameters:
clusterId
- (required)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx_policy.model.NappRegistration
-
get0
public void get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback)
Description copied from interface:Registration
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
- Specified by:
get0
in interfaceRegistration
- Parameters:
clusterId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
get0
public void get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Description copied from interface:Registration
Get the registered NSX Application Platform as specified.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to 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
- Specified by:
get0
in interfaceRegistration
- Parameters:
clusterId
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
-