/AWS1/CL_BUPTIERCONFSLSTMEMBER¶
This contains metadata about a tiering configuration returned in a list.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_tieringconfigurationarn TYPE /AWS1/BUPARN /AWS1/BUPARN¶
An Amazon Resource Name (ARN) that uniquely identifies the tiering configuration.
iv_tieringconfigurationname TYPE /AWS1/BUPTIERINGCONFNAME /AWS1/BUPTIERINGCONFNAME¶
The unique name of the tiering configuration.
iv_backupvaultname TYPE /AWS1/BUPBACKUPVAULTNAMEORWI00 /AWS1/BUPBACKUPVAULTNAMEORWI00¶
The name of the backup vault where the tiering configuration applies. Use
*to apply to all backup vaults.
iv_creationtime TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP¶
The date and time a tiering configuration was created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.
iv_lastupdatedtime TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP¶
The date and time a tiering configuration was updated, in Unix format and Coordinated Universal Time (UTC). The value of
LastUpdatedTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.
Queryable Attributes¶
TieringConfigurationArn¶
An Amazon Resource Name (ARN) that uniquely identifies the tiering configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIERINGCONFIGURATIONARN() |
Getter for TIERINGCONFIGURATIONARN, with configurable defaul |
ASK_TIERINGCONFIGURATIONARN() |
Getter for TIERINGCONFIGURATIONARN w/ exceptions if field ha |
HAS_TIERINGCONFIGURATIONARN() |
Determine if TIERINGCONFIGURATIONARN has a value |
TieringConfigurationName¶
The unique name of the tiering configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIERINGCONFIGURATIONNAME() |
Getter for TIERINGCONFIGURATIONNAME, with configurable defau |
ASK_TIERINGCONFIGURATIONNAME() |
Getter for TIERINGCONFIGURATIONNAME w/ exceptions if field h |
HAS_TIERINGCONFIGURATIONNAME() |
Determine if TIERINGCONFIGURATIONNAME has a value |
BackupVaultName¶
The name of the backup vault where the tiering configuration applies. Use
*to apply to all backup vaults.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BACKUPVAULTNAME() |
Getter for BACKUPVAULTNAME, with configurable default |
ASK_BACKUPVAULTNAME() |
Getter for BACKUPVAULTNAME w/ exceptions if field has no val |
HAS_BACKUPVAULTNAME() |
Determine if BACKUPVAULTNAME has a value |
CreationTime¶
The date and time a tiering configuration was created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastUpdatedTime¶
The date and time a tiering configuration was updated, in Unix format and Coordinated Universal Time (UTC). The value of
LastUpdatedTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TIERINGCONFIGURATIONSLIST¶
TYPES TT_TIERINGCONFIGURATIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPTIERCONFSLSTMEMBER WITH DEFAULT KEY
.