Skip to content

/AWS1/CL_GGSLOCALVOLRESRCDATA

Attributes that define a local volume resource.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_DESTINATIONPATH TYPE /AWS1/GGS__STRING /AWS1/GGS__STRING

The absolute local path of the resource inside the Lambda environment.

IO_GROUPOWNERSETTING TYPE REF TO /AWS1/CL_GGSGROUPOWNERSETTING /AWS1/CL_GGSGROUPOWNERSETTING

Allows you to configure additional group privileges for the Lambda process. This field is optional.

IV_SOURCEPATH TYPE /AWS1/GGS__STRING /AWS1/GGS__STRING

The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/sys''.


Queryable Attributes

DestinationPath

The absolute local path of the resource inside the Lambda environment.

Accessible with the following methods

Method Description
GET_DESTINATIONPATH() Getter for DESTINATIONPATH, with configurable default
ASK_DESTINATIONPATH() Getter for DESTINATIONPATH w/ exceptions if field has no val
HAS_DESTINATIONPATH() Determine if DESTINATIONPATH has a value

GroupOwnerSetting

Allows you to configure additional group privileges for the Lambda process. This field is optional.

Accessible with the following methods

Method Description
GET_GROUPOWNERSETTING() Getter for GROUPOWNERSETTING

SourcePath

The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/sys''.

Accessible with the following methods

Method Description
GET_SOURCEPATH() Getter for SOURCEPATH, with configurable default
ASK_SOURCEPATH() Getter for SOURCEPATH w/ exceptions if field has no value
HAS_SOURCEPATH() Determine if SOURCEPATH has a value