Package | Description |
---|---|
org.jclouds.dynect.v3.domain |
Modifier and Type | Method and Description |
---|---|
static Zone.SerialStyle |
Zone.SerialStyle.fromValue(String serialStyle) |
Zone.SerialStyle |
Zone.getSerialStyle()
The style of the zone's serial
|
Zone.SerialStyle |
SOARecord.getSerialStyle() |
Zone.SerialStyle |
CreatePrimaryZone.getSerialStyle()
The style of the zone's serial.
|
static Zone.SerialStyle |
Zone.SerialStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zone.SerialStyle[] |
Zone.SerialStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Zone.Builder |
Zone.Builder.serialStyle(Zone.SerialStyle serialStyle) |
SOARecord.Builder |
SOARecord.Builder.serialStyle(Zone.SerialStyle serialStyle) |
CreatePrimaryZone.Builder |
CreatePrimaryZone.Builder.serialStyle(Zone.SerialStyle serialStyle) |
Copyright © 2009-2013 jclouds. All Rights Reserved.