Response |
UssChangeMode.change(String targetPath,
ChangeModeParams params) |
Change the mode of a UNIX file or directory request driven by ChangeModeParams object settings
|
Response |
UssChangeOwner.change(String targetPath,
String owner) |
Perform chown operation on UNIX file or directory
|
Response |
UssChangeOwner.changeCommon(String targetPath,
ChangeOwnerParams params) |
Perform chown operation on UNIX file or directory request driven by ChangeOwnerParams object settings
|
Response |
UssChangeTag.changeCommon(String fileNamePath,
ChangeTagParams params) |
Change tag of a UNIX file request driven by ChangeTagParams object settings
|
Response |
UssChangeTag.changeToBinary(String fileNamePath) |
Change tag of a UNIX file to binary type
|
Response |
UssChangeTag.changeToText(String fileNamePath,
String codeSet) |
Change tag of a UNIX file to text type
|
Response |
UssCopy.copy(String fromPath,
String targetPath) |
Copy a Unix file or directory to another location
|
Response |
UssCopy.copyCommon(String targetPath,
CopyParams params) |
Copy a Unix file or directory to another location request driven by CopyParams object settings
|
Response |
UssCreate.create(String targetPath,
CreateParams params) |
Perform UNIX create file or directory name request driven by CreateParams object settings.
|
Response |
UssCreate.createZfs(String fileSystemName) |
Create a ZFS using default values of 755 permissions, 10 primary and 2 secondary cylinders allocated,
and a timeout of 20 seconds.
|
Response |
UssCreate.createZfsCommon(String fileSystemName,
CreateZfsParams params) |
Create a ZFS request driven by the CreateZfsParams object settings.
|
Response |
UssDelete.delete(String targetPath) |
Perform UNIX delete file or directory name request
|
Response |
UssDelete.delete(String targetPath,
boolean recursive) |
Perform UNIX delete file or directory name request with recursive flag
|
Response |
UssSetAcl.delete(String targetPath,
String value) |
Deletes the specified ACL entry from the file or directory
|
Response |
UssSetAcl.deleteByType(String targetPath,
DeleteAclType deleteType) |
Delete all extended ACL entries by type (setfacl -D type):
|
Response |
UssGetAcl.getAclCommon(String targetPath,
GetAclParams params) |
Get the ACL for a USS file or directory
|
Response |
UssGet.getCommon(String fileNamePath,
GetParams params) |
Get the contents of a UNIX file driven by the GetParams object settings
|
Response |
UssSetAcl.modify(String targetPath,
String value) |
Modifies the specified ACL entry for the file or directory
|
Response |
UssMount.mount(String fileSystemName,
String mountPoint,
String fsType) |
Perform mount of a file system name to the UNIX file system.
|
Response |
UssMount.mountCommon(String fileSystemName,
MountParams params) |
Perform mount or unmount of a file system name request driven by MountParams settings
|
Response |
UssMove.move(String fromPath,
String targetPath) |
Move a UNIX file or directory with overwrite set as true
|
Response |
UssMove.move(String fromPath,
String targetPath,
boolean overwrite) |
Move a UNIX file or directory with overwrite value specified
|
Response |
UssChangeTag.remove(String fileNamePath) |
Remove tag of a UNIX file
|
Response |
UssExtAttr.reset(String targetPath,
String value) |
Resets the attributes of a file or directory
|
Response |
UssChangeTag.retrieve(String fileNamePath) |
Retrieve existing UNIX file tag information
|
Response |
UssExtAttr.set(String targetPath,
String value) |
Extends the attributes of a file or directory
|
Response |
UssSetAcl.set(String targetPath,
String value) |
Sets the ACL for a USS file or directory
|
Response |
UssSetAcl.setAclCommon(String targetPath,
SetAclParams params) |
Sets the ACL for a USS file or directory request driven by SetAclParams object settings
|
Response |
UssMount.unmount(String fileSystemName) |
Perform unmount of a file system name
|
Response |
UssWrite.writeBinary(String fileNamePath,
byte[] content) |
Perform UNIX write binary content request
|
Response |
UssWrite.writeCommon(String fileNamePath,
WriteParams params) |
Perform UNIX write request driven by WriteParams settings
|
Response |
UssWrite.writeText(String fileNamePath,
String content) |
Perform UNIX write text content request
|
Response |
UssDelete.zfsDelete(String fileSystemName) |
Delete UNIX zFS Filesystem
|