Class 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 the Registration 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
    • 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.
      • Methods inherited from class com.vmware.vapi.internal.bindings.Stub

        invokeMethod, invokeMethodAsync, invokeStreamMethod, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 interface Registration
        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 interface Registration
        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.NappRegistrationList

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Specified by:
        get in interface Registration
        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. Use invocationConfig to specify configuration for this particular invocation.

        Invocation Result:
        com.vmware.nsx_policy.model.NappRegistrationList

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Specified by:
        get in interface Registration
        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 interface Registration
        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 interface Registration
        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.NappRegistration

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Specified by:
        get0 in interface Registration
        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. Use invocationConfig to specify configuration for this particular invocation.

        Invocation Result:
        com.vmware.nsx_policy.model.NappRegistration

        Operation Errors:
        InvalidRequest - Bad Request, Precondition Failed
        Unauthorized - Forbidden
        ServiceUnavailable - Service Unavailable
        InternalServerError - Internal Server Error
        NotFound - Not Found

        Specified by:
        get0 in interface Registration
        Parameters:
        clusterId - (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
        invocationConfig - Configuration for the method invocation.