/AWS1/CL_LWDWORKLOADDEPLOYME02¶
The data that details a workload deployment pattern.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_workloadname
TYPE /AWS1/LWDWORKLOADNAME
/AWS1/LWDWORKLOADNAME
¶
The workload name of the deployment pattern.
iv_deploymentpatternname
TYPE /AWS1/LWDDEPLOYMENTPATTERNNAME
/AWS1/LWDDEPLOYMENTPATTERNNAME
¶
The name of the deployment pattern.
iv_workloadversionname
TYPE /AWS1/LWDWORKLOADVERSIONNAME
/AWS1/LWDWORKLOADVERSIONNAME
¶
The workload version name of the deployment pattern.
iv_displayname
TYPE /AWS1/LWDSTRING
/AWS1/LWDSTRING
¶
The display name of the deployment pattern.
iv_description
TYPE /AWS1/LWDSTRING
/AWS1/LWDSTRING
¶
The description of the deployment pattern.
iv_status
TYPE /AWS1/LWDWORKLOADDEPLOYMENTP00
/AWS1/LWDWORKLOADDEPLOYMENTP00
¶
The status of the deployment pattern.
iv_statusmessage
TYPE /AWS1/LWDSTRING
/AWS1/LWDSTRING
¶
The status message of the deployment pattern.
it_specifications
TYPE /AWS1/CL_LWDDEPLOYMENTSPECSF00=>TT_DEPLOYMENTSPECSDATA
TT_DEPLOYMENTSPECSDATA
¶
The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the
GetWorkloadDeploymentPattern
operation.
Queryable Attributes¶
workloadName¶
The workload name of the deployment pattern.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKLOADNAME() |
Getter for WORKLOADNAME, with configurable default |
ASK_WORKLOADNAME() |
Getter for WORKLOADNAME w/ exceptions if field has no value |
HAS_WORKLOADNAME() |
Determine if WORKLOADNAME has a value |
deploymentPatternName¶
The name of the deployment pattern.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEPLOYMENTPATTERNNAME() |
Getter for DEPLOYMENTPATTERNNAME, with configurable default |
ASK_DEPLOYMENTPATTERNNAME() |
Getter for DEPLOYMENTPATTERNNAME w/ exceptions if field has |
HAS_DEPLOYMENTPATTERNNAME() |
Determine if DEPLOYMENTPATTERNNAME has a value |
workloadVersionName¶
The workload version name of the deployment pattern.
Accessible with the following methods¶
Method | Description |
---|---|
GET_WORKLOADVERSIONNAME() |
Getter for WORKLOADVERSIONNAME, with configurable default |
ASK_WORKLOADVERSIONNAME() |
Getter for WORKLOADVERSIONNAME w/ exceptions if field has no |
HAS_WORKLOADVERSIONNAME() |
Determine if WORKLOADVERSIONNAME has a value |
displayName¶
The display name of the deployment pattern.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
description¶
The description of the deployment pattern.
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 |
status¶
The status of the deployment pattern.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusMessage¶
The status message of the deployment pattern.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
specifications¶
The settings specified for the deployment. These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications. To retrieve the specifications required to create a deployment for other workloads, use the
GetWorkloadDeploymentPattern
operation.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SPECIFICATIONS() |
Getter for SPECIFICATIONS, with configurable default |
ASK_SPECIFICATIONS() |
Getter for SPECIFICATIONS w/ exceptions if field has no valu |
HAS_SPECIFICATIONS() |
Determine if SPECIFICATIONS has a value |