public interface FileStore extends com.vmware.vapi.bindings.Service, FileStoreTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
FileProperties |
copyfromremotefile(java.lang.String fileName,
CopyFromRemoteFileProperties copyFromRemoteFileProperties)
Copy a remote file to the file store.
|
void |
copyfromremotefile(java.lang.String fileName,
CopyFromRemoteFileProperties copyFromRemoteFileProperties,
com.vmware.vapi.bindings.client.AsyncCallback<FileProperties> asyncCallback)
Copy a remote file to the file store.
|
void |
copyfromremotefile(java.lang.String fileName,
CopyFromRemoteFileProperties copyFromRemoteFileProperties,
com.vmware.vapi.bindings.client.AsyncCallback<FileProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Copy a remote file to the file store.
|
FileProperties |
copyfromremotefile(java.lang.String fileName,
CopyFromRemoteFileProperties copyFromRemoteFileProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Copy a remote file to the file store.
|
void |
copytoremotefile(java.lang.String fileName,
CopyToRemoteFileProperties copyToRemoteFileProperties)
Copy a file in the file store to a remote server.
|
void |
copytoremotefile(java.lang.String fileName,
CopyToRemoteFileProperties copyToRemoteFileProperties,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Copy a file in the file store to a remote server.
|
void |
copytoremotefile(java.lang.String fileName,
CopyToRemoteFileProperties copyToRemoteFileProperties,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Copy a file in the file store to a remote server.
|
void |
copytoremotefile(java.lang.String fileName,
CopyToRemoteFileProperties copyToRemoteFileProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Copy a file in the file store to a remote server.
|
void |
createremotedirectory(CreateRemoteDirectoryProperties createRemoteDirectoryProperties)
Create a directory on the remote remote server.
|
void |
createremotedirectory(CreateRemoteDirectoryProperties createRemoteDirectoryProperties,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Create a directory on the remote remote server.
|
void |
createremotedirectory(CreateRemoteDirectoryProperties createRemoteDirectoryProperties,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a directory on the remote remote server.
|
void |
createremotedirectory(CreateRemoteDirectoryProperties createRemoteDirectoryProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Create a directory on the remote remote server.
|
void |
delete(java.lang.String fileName)
Delete file
|
void |
delete(java.lang.String fileName,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete file
|
void |
delete(java.lang.String fileName,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete file
|
void |
delete(java.lang.String fileName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete file
|
FileProperties |
get(java.lang.String fileName)
Read file properties
|
void |
get(java.lang.String fileName,
com.vmware.vapi.bindings.client.AsyncCallback<FileProperties> asyncCallback)
Read file properties
|
void |
get(java.lang.String fileName,
com.vmware.vapi.bindings.client.AsyncCallback<FileProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read file properties
|
FileProperties |
get(java.lang.String fileName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read file properties
|
FilePropertiesListResult |
list()
List node files
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<FilePropertiesListResult> asyncCallback)
List node files
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<FilePropertiesListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List node files
|
FilePropertiesListResult |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
List node files
|
SshFingerprintProperties |
retrievesshfingerprint(SshFingerprintProperties sshFingerprintProperties)
Retrieve ssh fingerprint for a given remote server and port.
|
void |
retrievesshfingerprint(SshFingerprintProperties sshFingerprintProperties,
com.vmware.vapi.bindings.client.AsyncCallback<SshFingerprintProperties> asyncCallback)
Retrieve ssh fingerprint for a given remote server and port.
|
void |
retrievesshfingerprint(SshFingerprintProperties sshFingerprintProperties,
com.vmware.vapi.bindings.client.AsyncCallback<SshFingerprintProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve ssh fingerprint for a given remote server and port.
|
SshFingerprintProperties |
retrievesshfingerprint(SshFingerprintProperties sshFingerprintProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieve ssh fingerprint for a given remote server and port.
|
FileProperties copyfromremotefile(java.lang.String fileName, CopyFromRemoteFileProperties copyFromRemoteFileProperties)
Synchronous method overload. Result of the invocation will be reported as a method return value.
fileName - Destination filename (required)copyFromRemoteFileProperties - (required)com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.TimedOut - Gateway Timeoutcom.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 FoundFileProperties copyfromremotefile(java.lang.String fileName, CopyFromRemoteFileProperties copyFromRemoteFileProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
fileName - Destination filename (required)copyFromRemoteFileProperties - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.ConcurrentChange - Conflictcom.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.TimedOut - Gateway Timeoutcom.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 Foundvoid copyfromremotefile(java.lang.String fileName,
CopyFromRemoteFileProperties copyFromRemoteFileProperties,
com.vmware.vapi.bindings.client.AsyncCallback<FileProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.FileProperties
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fileName - Destination filename (required)copyFromRemoteFileProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void copyfromremotefile(java.lang.String fileName,
CopyFromRemoteFileProperties copyFromRemoteFileProperties,
com.vmware.vapi.bindings.client.AsyncCallback<FileProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.model.FileProperties
Operation Errors:
ConcurrentChange - Conflict
InvalidRequest - Bad Request, Precondition Failed
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fileName - Destination filename (required)copyFromRemoteFileProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void copytoremotefile(java.lang.String fileName,
CopyToRemoteFileProperties copyToRemoteFileProperties)
Synchronous method overload. Result of the invocation will be reported as a method return value.
fileName - Destination filename (required)copyToRemoteFileProperties - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.TimedOut - Gateway Timeoutcom.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 Foundvoid copytoremotefile(java.lang.String fileName,
CopyToRemoteFileProperties copyToRemoteFileProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
fileName - Destination filename (required)copyToRemoteFileProperties - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.TimedOut - Gateway Timeoutcom.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 Foundvoid copytoremotefile(java.lang.String fileName,
CopyToRemoteFileProperties copyToRemoteFileProperties,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fileName - Destination filename (required)copyToRemoteFileProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void copytoremotefile(java.lang.String fileName,
CopyToRemoteFileProperties copyToRemoteFileProperties,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fileName - Destination filename (required)copyToRemoteFileProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void createremotedirectory(CreateRemoteDirectoryProperties createRemoteDirectoryProperties)
Synchronous method overload. Result of the invocation will be reported as a method return value.
createRemoteDirectoryProperties - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.TimedOut - Gateway Timeoutcom.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 Foundvoid createremotedirectory(CreateRemoteDirectoryProperties createRemoteDirectoryProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
createRemoteDirectoryProperties - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.TimedOut - Gateway Timeoutcom.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 Foundvoid createremotedirectory(CreateRemoteDirectoryProperties createRemoteDirectoryProperties, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
createRemoteDirectoryProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void createremotedirectory(CreateRemoteDirectoryProperties createRemoteDirectoryProperties, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
TimedOut - Gateway Timeout
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
createRemoteDirectoryProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void delete(java.lang.String fileName)
Synchronous method overload. Result of the invocation will be reported as a method return value.
fileName - Name of the file to delete (required)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 Foundvoid delete(java.lang.String fileName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
fileName - Name of the file to delete (required)invocationConfig - Configuration for the method invocation.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 Foundvoid delete(java.lang.String fileName,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fileName - Name of the file to delete (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String fileName,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fileName - Name of the file to delete (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.FileProperties get(java.lang.String fileName)
Synchronous method overload. Result of the invocation will be reported as a method return value.
fileName - Name of the file to retrieve information about (required)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 FoundFileProperties get(java.lang.String fileName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
fileName - Name of the file to retrieve information about (required)invocationConfig - Configuration for the method invocation.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 Foundvoid get(java.lang.String fileName,
com.vmware.vapi.bindings.client.AsyncCallback<FileProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.FileProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fileName - Name of the file to retrieve information about (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String fileName,
com.vmware.vapi.bindings.client.AsyncCallback<FileProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.model.FileProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
fileName - Name of the file to retrieve information about (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.FilePropertiesListResult list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
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 FoundFilePropertiesListResult list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.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 Foundvoid list(com.vmware.vapi.bindings.client.AsyncCallback<FilePropertiesListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.FilePropertiesListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(com.vmware.vapi.bindings.client.AsyncCallback<FilePropertiesListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.model.FilePropertiesListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SshFingerprintProperties retrievesshfingerprint(SshFingerprintProperties sshFingerprintProperties)
Synchronous method overload. Result of the invocation will be reported as a method return value.
sshFingerprintProperties - (required)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 FoundSshFingerprintProperties retrievesshfingerprint(SshFingerprintProperties sshFingerprintProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
sshFingerprintProperties - (required)invocationConfig - Configuration for the method invocation.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 Foundvoid retrievesshfingerprint(SshFingerprintProperties sshFingerprintProperties, com.vmware.vapi.bindings.client.AsyncCallback<SshFingerprintProperties> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SshFingerprintProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
sshFingerprintProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void retrievesshfingerprint(SshFingerprintProperties sshFingerprintProperties, com.vmware.vapi.bindings.client.AsyncCallback<SshFingerprintProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.model.SshFingerprintProperties
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
sshFingerprintProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.