Interface Gateway.OperationalStatus
-
- Enclosing class:
- Gateway
public static interface Gateway.OperationalStatusGateway operational status. The list of enumerated values for this property may expand in the future. Code and processes using this field must tolerate unexpected values.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAWAITING_COMPLETION_NOTICEawaiting_completion_notice.static StringAWAITING_LOAawaiting_loa.static StringCOMPLETION_NOTICE_APPROVEDcompletion_notice_approved.static StringCOMPLETION_NOTICE_RECEIVEDcompletion_notice_received.static StringCOMPLETION_NOTICE_REJECTEDcompletion_notice_rejected.static StringCONFIGURINGconfiguring.static StringCREATE_PENDINGcreate_pending.static StringCREATE_REJECTEDcreate_rejected.static StringDELETE_PENDINGdelete_pending.static StringLOA_ACCEPTEDloa_accepted.static StringLOA_CREATEDloa_created.static StringLOA_REJECTEDloa_rejected.static StringPROVISIONEDprovisioned.
-
-
-
Field Detail
-
AWAITING_COMPLETION_NOTICE
static final String AWAITING_COMPLETION_NOTICE
awaiting_completion_notice.- See Also:
- Constant Field Values
-
AWAITING_LOA
static final String AWAITING_LOA
awaiting_loa.- See Also:
- Constant Field Values
-
CONFIGURING
static final String CONFIGURING
configuring.- See Also:
- Constant Field Values
-
CREATE_PENDING
static final String CREATE_PENDING
create_pending.- See Also:
- Constant Field Values
-
CREATE_REJECTED
static final String CREATE_REJECTED
create_rejected.- See Also:
- Constant Field Values
-
COMPLETION_NOTICE_APPROVED
static final String COMPLETION_NOTICE_APPROVED
completion_notice_approved.- See Also:
- Constant Field Values
-
COMPLETION_NOTICE_RECEIVED
static final String COMPLETION_NOTICE_RECEIVED
completion_notice_received.- See Also:
- Constant Field Values
-
COMPLETION_NOTICE_REJECTED
static final String COMPLETION_NOTICE_REJECTED
completion_notice_rejected.- See Also:
- Constant Field Values
-
DELETE_PENDING
static final String DELETE_PENDING
delete_pending.- See Also:
- Constant Field Values
-
LOA_ACCEPTED
static final String LOA_ACCEPTED
loa_accepted.- See Also:
- Constant Field Values
-
LOA_CREATED
static final String LOA_CREATED
loa_created.- See Also:
- Constant Field Values
-
LOA_REJECTED
static final String LOA_REJECTED
loa_rejected.- See Also:
- Constant Field Values
-
PROVISIONED
static final String PROVISIONED
provisioned.- See Also:
- Constant Field Values
-
-