/AWS1/CL_SCGRESOURCETARGETDEFN¶
Information about a change to a resource attribute.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_attribute TYPE /AWS1/SCGRESOURCEATTRIBUTE /AWS1/SCGRESOURCEATTRIBUTE¶
The attribute to be changed.
iv_name TYPE /AWS1/SCGPROPERTYNAME /AWS1/SCGPROPERTYNAME¶
If the attribute is
Properties, the value is the name of the property. Otherwise, the value is null.
iv_requiresrecreation TYPE /AWS1/SCGREQUIRESRECREATION /AWS1/SCGREQUIRESRECREATION¶
If the attribute is
Properties, indicates whether a change to this property causes the resource to be re-created.
Queryable Attributes¶
Attribute¶
The attribute to be changed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTE() |
Getter for ATTRIBUTE, with configurable default |
ASK_ATTRIBUTE() |
Getter for ATTRIBUTE w/ exceptions if field has no value |
HAS_ATTRIBUTE() |
Determine if ATTRIBUTE has a value |
Name¶
If the attribute is
Properties, the value is the name of the property. Otherwise, the value is null.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
RequiresRecreation¶
If the attribute is
Properties, indicates whether a change to this property causes the resource to be re-created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUIRESRECREATION() |
Getter for REQUIRESRECREATION, with configurable default |
ASK_REQUIRESRECREATION() |
Getter for REQUIRESRECREATION w/ exceptions if field has no |
HAS_REQUIRESRECREATION() |
Determine if REQUIRESRECREATION has a value |