Package | Description |
---|---|
org.openstack4j.model.dns.v2 | |
org.openstack4j.model.dns.v2.builder | |
org.openstack4j.openstack.dns.v2.domain |
Modifier and Type | Method and Description |
---|---|
Action |
Zone.getAction() |
Action |
Recordset.getAction() |
static Action |
Action.value(String v) |
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ZoneBuilder |
ZoneBuilder.action(Action action) |
RecordsetBuilder |
RecordsetBuilder.action(Action action) |
Modifier and Type | Method and Description |
---|---|
Action |
DesignateZone.getAction() |
Action |
DesignateRecordset.getAction() |
Modifier and Type | Method and Description |
---|---|
ZoneBuilder |
DesignateZone.ZoneConcreteBuilder.action(Action action) |
RecordsetBuilder |
DesignateRecordset.RecordsetConcreteBuilder.action(Action action) |
Copyright © 2017. All rights reserved.