Class BackupsStub
- java.lang.Object
-
- com.vmware.vapi.internal.bindings.Stub
-
- com.vmware.nsx_policy.cluster.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 theBackups
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.cluster.BackupsTypes
_VAPI_SERVICE_ID
-
-
Constructor Summary
Constructors Constructor Description BackupsStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
BackupsStub(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 RemoteServerFingerprint
retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest)
Get SHA256 fingerprint of ECDSA key of remote server.void
retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.AsyncCallback<RemoteServerFingerprint> asyncCallback)
Get SHA256 fingerprint of ECDSA key of remote server.void
retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.AsyncCallback<RemoteServerFingerprint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get SHA256 fingerprint of ECDSA key of remote server.RemoteServerFingerprint
retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get SHA256 fingerprint of ECDSA key of remote server.
-
-
-
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 interfaceBackups
- 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 interfaceBackups
- 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.RemoteServerFingerprintOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Specified by:
retrievesshfingerprint
in interfaceBackups
- 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
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx_policy.model.RemoteServerFingerprintOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Specified by:
retrievesshfingerprint
in interfaceBackups
- Parameters:
remoteServerFingerprintRequest
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
-