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)
The type of the zone.
|
Constructor and Description |
---|
CreateZoneDetails(String name,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
CreateZoneDetails.ZoneType zoneType,
String viewId,
Scope scope,
List<ExternalMaster> externalMasters,
List<ExternalDownstream> externalDownstreams)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.