Package | Description |
---|---|
org.jclouds.ultradns.ws.domain |
Modifier and Type | Method and Description |
---|---|
static Zone.DNSSECStatus |
Zone.DNSSECStatus.fromValue(String status) |
Zone.DNSSECStatus |
Zone.getDNSSECStatus()
signed status of the zone
|
static Zone.DNSSECStatus |
Zone.DNSSECStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Zone.DNSSECStatus[] |
Zone.DNSSECStatus.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.dnssecStatus(Zone.DNSSECStatus dnssecStatus) |
Copyright © 2009-2013 jclouds. All Rights Reserved.