Interface GatewayMacsecConfig.Status
-
- Enclosing class:
- GatewayMacsecConfig
public static interface GatewayMacsecConfig.Status
Current status of MACsec on this gateway. Status 'offline' is returned during gateway creation and deletion.
-
-
Field Detail
-
INIT
static final String INIT
init.- See Also:
- Constant Field Values
-
PENDING
static final String PENDING
pending.- See Also:
- Constant Field Values
-
OFFLINE
static final String OFFLINE
offline.- See Also:
- Constant Field Values
-
SECURED
static final String SECURED
secured.- See Also:
- Constant Field Values
-
-