public class FileStoreStub extends com.vmware.vapi.internal.bindings.Stub implements FileStore
FileStore
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
FileStoreStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
FileStoreStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| 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.
|
public FileStoreStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public FileStoreStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public FileProperties copyfromremotefile(java.lang.String fileName, CopyFromRemoteFileProperties copyFromRemoteFileProperties)
FileStoreSynchronous method overload. Result of the invocation will be reported as a method return value.
copyfromremotefile in interface FileStorefileName - Destination filename (required)copyFromRemoteFileProperties - (required)public FileProperties copyfromremotefile(java.lang.String fileName, CopyFromRemoteFileProperties copyFromRemoteFileProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
copyfromremotefile in interface FileStorefileName - Destination filename (required)copyFromRemoteFileProperties - (required)invocationConfig - Configuration for the method invocation.public void copyfromremotefile(java.lang.String fileName,
CopyFromRemoteFileProperties copyFromRemoteFileProperties,
com.vmware.vapi.bindings.client.AsyncCallback<FileProperties> asyncCallback)
FileStoreAsynchronous 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
copyfromremotefile in interface FileStorefileName - Destination filename (required)copyFromRemoteFileProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void copyfromremotefile(java.lang.String fileName,
CopyFromRemoteFileProperties copyFromRemoteFileProperties,
com.vmware.vapi.bindings.client.AsyncCallback<FileProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreAsynchronous 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
copyfromremotefile in interface FileStorefileName - Destination filename (required)copyFromRemoteFileProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void copytoremotefile(java.lang.String fileName,
CopyToRemoteFileProperties copyToRemoteFileProperties)
FileStoreSynchronous method overload. Result of the invocation will be reported as a method return value.
copytoremotefile in interface FileStorefileName - Destination filename (required)copyToRemoteFileProperties - (required)public void copytoremotefile(java.lang.String fileName,
CopyToRemoteFileProperties copyToRemoteFileProperties,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
copytoremotefile in interface FileStorefileName - Destination filename (required)copyToRemoteFileProperties - (required)invocationConfig - Configuration for the method invocation.public void copytoremotefile(java.lang.String fileName,
CopyToRemoteFileProperties copyToRemoteFileProperties,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
FileStoreAsynchronous 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
copytoremotefile in interface FileStorefileName - Destination filename (required)copyToRemoteFileProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public 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)
FileStoreAsynchronous 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
copytoremotefile in interface FileStorefileName - Destination filename (required)copyToRemoteFileProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void createremotedirectory(CreateRemoteDirectoryProperties createRemoteDirectoryProperties)
FileStoreSynchronous method overload. Result of the invocation will be reported as a method return value.
createremotedirectory in interface FileStorecreateRemoteDirectoryProperties - (required)public void createremotedirectory(CreateRemoteDirectoryProperties createRemoteDirectoryProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
createremotedirectory in interface FileStorecreateRemoteDirectoryProperties - (required)invocationConfig - Configuration for the method invocation.public void createremotedirectory(CreateRemoteDirectoryProperties createRemoteDirectoryProperties, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
FileStoreAsynchronous 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
createremotedirectory in interface FileStorecreateRemoteDirectoryProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void createremotedirectory(CreateRemoteDirectoryProperties createRemoteDirectoryProperties, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreAsynchronous 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
createremotedirectory in interface FileStorecreateRemoteDirectoryProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String fileName)
FileStoreSynchronous method overload. Result of the invocation will be reported as a method return value.
public void delete(java.lang.String fileName,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void delete(java.lang.String fileName,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
FileStoreAsynchronous 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
public void delete(java.lang.String fileName,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreAsynchronous 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
public FileProperties get(java.lang.String fileName)
FileStoreSynchronous method overload. Result of the invocation will be reported as a method return value.
public FileProperties get(java.lang.String fileName, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void get(java.lang.String fileName,
com.vmware.vapi.bindings.client.AsyncCallback<FileProperties> asyncCallback)
FileStoreAsynchronous 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
public void get(java.lang.String fileName,
com.vmware.vapi.bindings.client.AsyncCallback<FileProperties> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreAsynchronous 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
public FilePropertiesListResult list()
FileStoreSynchronous method overload. Result of the invocation will be reported as a method return value.
public FilePropertiesListResult list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void list(com.vmware.vapi.bindings.client.AsyncCallback<FilePropertiesListResult> asyncCallback)
FileStoreAsynchronous 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
public void list(com.vmware.vapi.bindings.client.AsyncCallback<FilePropertiesListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreAsynchronous 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
public SshFingerprintProperties retrievesshfingerprint(SshFingerprintProperties sshFingerprintProperties)
FileStoreSynchronous method overload. Result of the invocation will be reported as a method return value.
retrievesshfingerprint in interface FileStoresshFingerprintProperties - (required)public SshFingerprintProperties retrievesshfingerprint(SshFingerprintProperties sshFingerprintProperties, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
retrievesshfingerprint in interface FileStoresshFingerprintProperties - (required)invocationConfig - Configuration for the method invocation.public void retrievesshfingerprint(SshFingerprintProperties sshFingerprintProperties, com.vmware.vapi.bindings.client.AsyncCallback<SshFingerprintProperties> asyncCallback)
FileStoreAsynchronous 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
retrievesshfingerprint in interface FileStoresshFingerprintProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void retrievesshfingerprint(SshFingerprintProperties sshFingerprintProperties, com.vmware.vapi.bindings.client.AsyncCallback<SshFingerprintProperties> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
FileStoreAsynchronous 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
retrievesshfingerprint in interface FileStoresshFingerprintProperties - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.