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