/AWS1/CL_NWPCOMMITMENTCONF¶
Determines the duration and renewal status of the commitment period for a radio unit.
For pricing, see Amazon Web Services Private 5G Pricing.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_commitmentlength
TYPE /AWS1/NWPCOMMITMENTLENGTH
/AWS1/NWPCOMMITMENTLENGTH
¶
The duration of the commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
iv_automaticrenewal
TYPE /AWS1/NWPBOOLEAN
/AWS1/NWPBOOLEAN
¶
Determines whether the commitment period for a radio unit is set to automatically renew for an additional 1 year after your current commitment period expires.
Set to
True
, if you want your commitment period to automatically renew. Set toFalse
if you do not want your commitment to automatically renew.You can do the following:
Set a 1-year commitment to automatically renew for an additional 1 year. The hourly rate for the additional year will continue to be the same as your existing 1-year rate.
Set a 3-year commitment to automatically renew for an additional 1 year. The hourly rate for the additional year will continue to be the same as your existing 3-year rate.
Turn off a previously-enabled automatic renewal on a 1-year or 3-year commitment.
You cannot use the automatic-renewal option for a 60-day commitment.
Queryable Attributes¶
commitmentLength¶
The duration of the commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMMITMENTLENGTH() |
Getter for COMMITMENTLENGTH, with configurable default |
ASK_COMMITMENTLENGTH() |
Getter for COMMITMENTLENGTH w/ exceptions if field has no va |
HAS_COMMITMENTLENGTH() |
Determine if COMMITMENTLENGTH has a value |
automaticRenewal¶
Determines whether the commitment period for a radio unit is set to automatically renew for an additional 1 year after your current commitment period expires.
Set to
True
, if you want your commitment period to automatically renew. Set toFalse
if you do not want your commitment to automatically renew.You can do the following:
Set a 1-year commitment to automatically renew for an additional 1 year. The hourly rate for the additional year will continue to be the same as your existing 1-year rate.
Set a 3-year commitment to automatically renew for an additional 1 year. The hourly rate for the additional year will continue to be the same as your existing 3-year rate.
Turn off a previously-enabled automatic renewal on a 1-year or 3-year commitment.
You cannot use the automatic-renewal option for a 60-day commitment.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AUTOMATICRENEWAL() |
Getter for AUTOMATICRENEWAL, with configurable default |
ASK_AUTOMATICRENEWAL() |
Getter for AUTOMATICRENEWAL w/ exceptions if field has no va |
HAS_AUTOMATICRENEWAL() |
Determine if AUTOMATICRENEWAL has a value |