/AWS1/CL_MPIHELMOPERTNGSYSTEM¶
Describes an operating system supported by a Helm chart fulfillment option.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_operatingsystemfamilyname TYPE /AWS1/MPISTRING /AWS1/MPISTRING¶
The operating system family, such as Linux.
iv_operatingsystemname TYPE /AWS1/MPISTRING /AWS1/MPISTRING¶
The specific operating system name.
Queryable Attributes¶
operatingSystemFamilyName¶
The operating system family, such as Linux.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERTNGSYSTEMFAMILYNAME() |
Getter for OPERATINGSYSTEMFAMILYNAME, with configurable defa |
ASK_OPERTNGSYSTEMFAMILYNAME() |
Getter for OPERATINGSYSTEMFAMILYNAME w/ exceptions if field |
HAS_OPERTNGSYSTEMFAMILYNAME() |
Determine if OPERATINGSYSTEMFAMILYNAME has a value |
operatingSystemName¶
The specific operating system name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATINGSYSTEMNAME() |
Getter for OPERATINGSYSTEMNAME, with configurable default |
ASK_OPERATINGSYSTEMNAME() |
Getter for OPERATINGSYSTEMNAME w/ exceptions if field has no |
HAS_OPERATINGSYSTEMNAME() |
Determine if OPERATINGSYSTEMNAME 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_HELMOPERATINGSYSTEMLIST¶
TYPES TT_HELMOPERATINGSYSTEMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MPIHELMOPERTNGSYSTEM WITH DEFAULT KEY
.