Package | Description |
---|---|
com.oracle.bmc.dns.model |
Modifier and Type | Method and Description |
---|---|
static CreateZoneDetails.ZoneType |
CreateZoneDetails.ZoneType.create(String key) |
CreateZoneDetails.ZoneType |
CreateZoneDetails.getZoneType()
The type of the zone.
|
static CreateZoneDetails.ZoneType |
CreateZoneDetails.ZoneType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateZoneDetails.ZoneType[] |
CreateZoneDetails.ZoneType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateZoneDetails.Builder |
CreateZoneDetails.Builder.zoneType(CreateZoneDetails.ZoneType zoneType) |
Constructor and Description |
---|
CreateZoneDetails(String name,
CreateZoneDetails.ZoneType zoneType,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
List<ExternalMaster> externalMasters)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.