/AWS1/CL_BUPCREATETIERCONFOUT¶
CreateTieringConfigurationOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_tieringconfigurationarn TYPE /AWS1/BUPARN /AWS1/BUPARN¶
An Amazon Resource Name (ARN) that uniquely identifies the created tiering configuration.
iv_tieringconfigurationname TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
This unique string is the name of the tiering configuration.
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 200.
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.
Queryable Attributes¶
TieringConfigurationArn¶
An Amazon Resource Name (ARN) that uniquely identifies the created 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¶
This unique string is the name of the tiering configuration.
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 200.
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 |
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 |