public static enum ListZonesRequest.ZoneType extends Enum<ListZonesRequest.ZoneType> implements BmcEnum
Search by zone type, PRIMARY
or SECONDARY
. Will match any zone whose type
equals the provided value.
Modifier and Type | Method and Description |
---|---|
static ListZonesRequest.ZoneType |
create(String key) |
String |
getValue() |
static ListZonesRequest.ZoneType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListZonesRequest.ZoneType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListZonesRequest.ZoneType Primary
public static final ListZonesRequest.ZoneType Secondary
public static ListZonesRequest.ZoneType[] values()
for (ListZonesRequest.ZoneType c : ListZonesRequest.ZoneType.values()) System.out.println(c);
public static ListZonesRequest.ZoneType 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 ListZonesRequest.ZoneType create(String key)
Copyright © 2016–2024. All rights reserved.