Class BackupsStub

  • All Implemented Interfaces:
    Backups, BackupsTypes, com.vmware.vapi.bindings.Service

    public class BackupsStub
    extends com.vmware.vapi.internal.bindings.Stub
    implements Backups
    Remote stub implementation of the Backups API service.

    WARNING: Internal class, subject to change in future versions.

    • Constructor Detail

      • BackupsStub

        public BackupsStub​(com.vmware.vapi.core.ApiProvider apiProvider,
                           com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
                           com.vmware.vapi.bindings.StubConfigurationBase config)
      • BackupsStub

        public BackupsStub​(com.vmware.vapi.core.ApiProvider apiProvider,
                           com.vmware.vapi.bindings.StubConfigurationBase config)
    • Method Detail

      • retrievesshfingerprint

        public RemoteServerFingerprint retrievesshfingerprint​(RemoteServerFingerprintRequest remoteServerFingerprintRequest)
        Description copied from interface: Backups
        Get SHA256 fingerprint of ECDSA key of remote server. The caller should independently verify that the key is trusted.

        Synchronous method overload. Result of the invocation will be reported as a method return value.

        Specified by:
        retrievesshfingerprint in interface Backups
        Parameters:
        remoteServerFingerprintRequest - (required)
        Returns:
        com.vmware.nsx_policy.model.RemoteServerFingerprint
      • retrievesshfingerprint

        public RemoteServerFingerprint retrievesshfingerprint​(RemoteServerFingerprintRequest remoteServerFingerprintRequest,
                                                              com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Backups
        Get SHA256 fingerprint of ECDSA key of remote server. The caller should independently verify that the key is trusted.

        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:
        retrievesshfingerprint in interface Backups
        Parameters:
        remoteServerFingerprintRequest - (required)
        invocationConfig - Configuration for the method invocation.
        Returns:
        com.vmware.nsx_policy.model.RemoteServerFingerprint
      • retrievesshfingerprint

        public void retrievesshfingerprint​(RemoteServerFingerprintRequest remoteServerFingerprintRequest,
                                           com.vmware.vapi.bindings.client.AsyncCallback<RemoteServerFingerprint> asyncCallback)
        Description copied from interface: Backups
        Get SHA256 fingerprint of ECDSA key of remote server. The caller should independently verify that the key is trusted.

        Asynchronous method overload. Result of the invocation will be reported via the specified asyncCallback.

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

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

        Specified by:
        retrievesshfingerprint in interface Backups
        Parameters:
        remoteServerFingerprintRequest - (required)
        asyncCallback - Receives the status (progress, result or error) of the operation invocation.
      • retrievesshfingerprint

        public void retrievesshfingerprint​(RemoteServerFingerprintRequest remoteServerFingerprintRequest,
                                           com.vmware.vapi.bindings.client.AsyncCallback<RemoteServerFingerprint> asyncCallback,
                                           com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
        Description copied from interface: Backups
        Get SHA256 fingerprint of ECDSA key of remote server. The caller should independently verify that the key is trusted.

        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.RemoteServerFingerprint

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

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