@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public enum MacsecState extends Enum<MacsecState> implements BmcEnum
Indicates whether or not MACsec is enabled.
Modifier and Type | Method and Description |
---|---|
static MacsecState |
create(String key) |
String |
getValue() |
static MacsecState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacsecState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MacsecState Enabled
public static final MacsecState Disabled
public static MacsecState[] values()
for (MacsecState c : MacsecState.values()) System.out.println(c);
public static MacsecState 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 MacsecState create(String key)
Copyright © 2016–2024. All rights reserved.