Skip to content

/AWS1/CL_FSXOPENZFSPOSIXFILE00

The FSx for OpenZFS file system user that is used for authorizing all file access requests that are made using the S3 access point.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_uid TYPE /AWS1/FSXFILESYSTEMUID /AWS1/FSXFILESYSTEMUID

The UID of the file system user.

iv_gid TYPE /AWS1/FSXFILESYSTEMGID /AWS1/FSXFILESYSTEMGID

The GID of the file system user.

Optional arguments:

it_secondarygids TYPE /AWS1/CL_FSXFILESYSTEMSECGID00=>TT_FILESYSTEMSECONDARYGIDS TT_FILESYSTEMSECONDARYGIDS

The list of secondary GIDs for the file system user.


Queryable Attributes

Uid

The UID of the file system user.

Accessible with the following methods

Method Description
GET_UID() Getter for UID, with configurable default
ASK_UID() Getter for UID w/ exceptions if field has no value
HAS_UID() Determine if UID has a value

Gid

The GID of the file system user.

Accessible with the following methods

Method Description
GET_GID() Getter for GID, with configurable default
ASK_GID() Getter for GID w/ exceptions if field has no value
HAS_GID() Determine if GID has a value

SecondaryGids

The list of secondary GIDs for the file system user.

Accessible with the following methods

Method Description
GET_SECONDARYGIDS() Getter for SECONDARYGIDS, with configurable default
ASK_SECONDARYGIDS() Getter for SECONDARYGIDS w/ exceptions if field has no value
HAS_SECONDARYGIDS() Determine if SECONDARYGIDS has a value