public static enum AllowedSecurityConfiguration.Type extends Enum<AllowedSecurityConfiguration.Type> implements BmcEnum
The type of the allowed security configuration.
Enum Constant and Description |
---|
EgressSecurityList |
IngressSecurityList |
Nsg |
StatefulEgressSecurityList |
StatefulIngressSecurityList |
StatefulNsg |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static AllowedSecurityConfiguration.Type |
create(String key) |
String |
getValue() |
static AllowedSecurityConfiguration.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowedSecurityConfiguration.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AllowedSecurityConfiguration.Type Nsg
public static final AllowedSecurityConfiguration.Type StatefulNsg
public static final AllowedSecurityConfiguration.Type IngressSecurityList
public static final AllowedSecurityConfiguration.Type StatefulIngressSecurityList
public static final AllowedSecurityConfiguration.Type EgressSecurityList
public static final AllowedSecurityConfiguration.Type StatefulEgressSecurityList
public static final AllowedSecurityConfiguration.Type UnknownEnumValue
public static AllowedSecurityConfiguration.Type[] values()
for (AllowedSecurityConfiguration.Type c : AllowedSecurityConfiguration.Type.values()) System.out.println(c);
public static AllowedSecurityConfiguration.Type 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 AllowedSecurityConfiguration.Type create(String key)
Copyright © 2016–2024. All rights reserved.