/AWS1/CL_OWCACCOUNTATTRIBUTE¶
Stores account attributes.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/OWCSTRING /AWS1/OWCSTRING¶
The attribute name. The following are supported attribute names.
ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers.
ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.
iv_maximum TYPE /AWS1/OWCINTEGER /AWS1/OWCINTEGER¶
The maximum allowed value.
iv_used TYPE /AWS1/OWCINTEGER /AWS1/OWCINTEGER¶
The current usage, such as the current number of servers that are associated with the account.
Queryable Attributes¶
Name¶
The attribute name. The following are supported attribute names.
ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers.
ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.
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 |
Maximum¶
The maximum allowed value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXIMUM() |
Getter for MAXIMUM, with configurable default |
ASK_MAXIMUM() |
Getter for MAXIMUM w/ exceptions if field has no value |
HAS_MAXIMUM() |
Determine if MAXIMUM has a value |
Used¶
The current usage, such as the current number of servers that are associated with the account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USED() |
Getter for USED, with configurable default |
ASK_USED() |
Getter for USED w/ exceptions if field has no value |
HAS_USED() |
Determine if USED 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_ACCOUNTATTRIBUTES¶
TYPES TT_ACCOUNTATTRIBUTES TYPE STANDARD TABLE OF REF TO /AWS1/CL_OWCACCOUNTATTRIBUTE WITH DEFAULT KEY
.