/AWS1/CL_DZNENVIRONMENTBLUEP00¶
The details of an environment blueprint summary.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_id
TYPE /AWS1/DZNENVIRONMENTBLUEPRIN00
/AWS1/DZNENVIRONMENTBLUEPRIN00
¶
The identifier of the blueprint.
iv_name
TYPE /AWS1/DZNENVIRONMENTBLUEPRIN01
/AWS1/DZNENVIRONMENTBLUEPRIN01
¶
The name of the blueprint.
iv_provider
TYPE /AWS1/DZNSTRING
/AWS1/DZNSTRING
¶
The provider of the blueprint.
io_provisioningproperties
TYPE REF TO /AWS1/CL_DZNPROVPROPERTIES
/AWS1/CL_DZNPROVPROPERTIES
¶
The provisioning properties of the blueprint.
Optional arguments:¶
iv_description
TYPE /AWS1/DZNDESCRIPTION
/AWS1/DZNDESCRIPTION
¶
The description of a blueprint.
iv_createdat
TYPE /AWS1/DZNTIMESTAMP
/AWS1/DZNTIMESTAMP
¶
The timestamp of when an environment blueprint was created.
iv_updatedat
TYPE /AWS1/DZNTIMESTAMP
/AWS1/DZNTIMESTAMP
¶
The timestamp of when the blueprint was enabled.
Queryable Attributes¶
id¶
The identifier of the blueprint.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
The name of the blueprint.
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 |
description¶
The description of a blueprint.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
provider¶
The provider of the blueprint.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROVIDER() |
Getter for PROVIDER, with configurable default |
ASK_PROVIDER() |
Getter for PROVIDER w/ exceptions if field has no value |
HAS_PROVIDER() |
Determine if PROVIDER has a value |
provisioningProperties¶
The provisioning properties of the blueprint.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROVISIONINGPROPERTIES() |
Getter for PROVISIONINGPROPERTIES |
createdAt¶
The timestamp of when an environment blueprint was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The timestamp of when the blueprint was enabled.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT 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_ENVIRONMENTBLUEPRINTSUMS
¶
TYPES TT_ENVIRONMENTBLUEPRINTSUMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNENVIRONMENTBLUEP00 WITH DEFAULT KEY
.