Uses of Class
org.jclouds.dynect.v3.domain.Zone.SerialStyle
-
Packages that use Zone.SerialStyle Package Description org.jclouds.dynect.v3.domain -
-
Uses of Zone.SerialStyle in org.jclouds.dynect.v3.domain
Methods in org.jclouds.dynect.v3.domain that return Zone.SerialStyle Modifier and Type Method Description static Zone.SerialStyle
Zone.SerialStyle. fromValue(String serialStyle)
Zone.SerialStyle
CreatePrimaryZone. getSerialStyle()
The style of the zone's serial.Zone.SerialStyle
SOARecord. getSerialStyle()
Zone.SerialStyle
Zone. getSerialStyle()
The style of the zone's serialstatic 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.Methods in org.jclouds.dynect.v3.domain with parameters of type Zone.SerialStyle Modifier and Type Method Description CreatePrimaryZone.Builder
CreatePrimaryZone.Builder. serialStyle(Zone.SerialStyle serialStyle)
SOARecord.Builder
SOARecord.Builder. serialStyle(Zone.SerialStyle serialStyle)
Zone.Builder
Zone.Builder. serialStyle(Zone.SerialStyle serialStyle)
-