public static enum PublicIp.AssignedEntityType extends Enum<PublicIp.AssignedEntityType> implements BmcEnum
The type of entity the public IP is assigned to, or in the process of being assigned to.
Enum Constant and Description |
---|
NatGateway |
PrivateIp |
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 PublicIp.AssignedEntityType |
create(String key) |
String |
getValue() |
static PublicIp.AssignedEntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PublicIp.AssignedEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PublicIp.AssignedEntityType PrivateIp
public static final PublicIp.AssignedEntityType NatGateway
public static final PublicIp.AssignedEntityType UnknownEnumValue
public static PublicIp.AssignedEntityType[] values()
for (PublicIp.AssignedEntityType c : PublicIp.AssignedEntityType.values()) System.out.println(c);
public static PublicIp.AssignedEntityType 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 PublicIp.AssignedEntityType create(String key)
Copyright © 2016–2024. All rights reserved.