public static enum CrossConnectStatus.EncryptionStatus extends Enum<CrossConnectStatus.EncryptionStatus> implements BmcEnum
Encryption status of this cross connect.
Possible values: * **UP:** Traffic is encrypted over this cross-connect * **DOWN:** Traffic is not encrypted over this cross-connect * **CIPHER_MISMATCH:** The MACsec encryption cipher doesn't match the cipher on the CPE * **CKN_MISMATCH:** The MACsec Connectivity association Key Name (CKN) doesn't match the CKN on the CPE * **CAK_MISMATCH:** The MACsec Connectivity Association Key (CAK) doesn't match the CAK on the CPE
Enum Constant and Description |
---|
CakMismatch |
CipherMismatch |
CknMismatch |
Down |
Up |
Modifier and Type | Method and Description |
---|---|
static CrossConnectStatus.EncryptionStatus |
create(String key) |
String |
getValue() |
static CrossConnectStatus.EncryptionStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrossConnectStatus.EncryptionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrossConnectStatus.EncryptionStatus Up
public static final CrossConnectStatus.EncryptionStatus Down
public static final CrossConnectStatus.EncryptionStatus CipherMismatch
public static final CrossConnectStatus.EncryptionStatus CknMismatch
public static final CrossConnectStatus.EncryptionStatus CakMismatch
public static CrossConnectStatus.EncryptionStatus[] values()
for (CrossConnectStatus.EncryptionStatus c : CrossConnectStatus.EncryptionStatus.values()) System.out.println(c);
public static CrossConnectStatus.EncryptionStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static CrossConnectStatus.EncryptionStatus create(String key)
Copyright © 2016–2024. All rights reserved.