public static enum CreateZoneBaseDetails.MigrationSource extends Enum<CreateZoneBaseDetails.MigrationSource> implements BmcEnum
Discriminator that is used to determine whether to create a new zone (NONE) or to migrate an existing DynECT zone (DYNECT).
Modifier and Type | Method and Description |
---|---|
static CreateZoneBaseDetails.MigrationSource |
create(String key) |
String |
getValue() |
static CreateZoneBaseDetails.MigrationSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateZoneBaseDetails.MigrationSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateZoneBaseDetails.MigrationSource None
public static final CreateZoneBaseDetails.MigrationSource Dynect
public static CreateZoneBaseDetails.MigrationSource[] values()
for (CreateZoneBaseDetails.MigrationSource c : CreateZoneBaseDetails.MigrationSource.values()) System.out.println(c);
public static CreateZoneBaseDetails.MigrationSource 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 CreateZoneBaseDetails.MigrationSource create(String key)
Copyright © 2016–2024. All rights reserved.