Interface GatewayPatchTemplate.OperationalStatus
-
- Enclosing class:
- GatewayPatchTemplate
public static interface GatewayPatchTemplate.OperationalStatus
Gateway operational status. For gateways pending LOA approval, patch operational_status to the appropriate value to approve or reject its LOA. When rejecting an LOA, provide reject reasoning in `loa_reject_reason`. Only allowed for type=dedicated gateways.
-
-
Field Summary
Fields Modifier and Type Field Description static String
LOA_ACCEPTED
loa_accepted.static String
LOA_REJECTED
loa_rejected.
-
-
-
Field Detail
-
LOA_ACCEPTED
static final String LOA_ACCEPTED
loa_accepted.- See Also:
- Constant Field Values
-
LOA_REJECTED
static final String LOA_REJECTED
loa_rejected.- See Also:
- Constant Field Values
-
-