Package | Description |
---|---|
org.openstack4j.api.dns.v2 | |
org.openstack4j.openstack.dns.v2.domain | |
org.openstack4j.openstack.dns.v2.internal |
Modifier and Type | Method and Description |
---|---|
Zone |
ZoneService.create(String name,
String email)
creates a new zone
|
Zone |
ZoneService.create(Zone zone)
create a new zone
|
Zone |
ZoneService.get(String zoneId)
gets detailed information about a specified zone by id
|
Zone |
ZoneService.update(Zone zone)
updates an existing zone
|
Modifier and Type | Method and Description |
---|---|
List<? extends Zone> |
ZoneService.list()
lists zones.
|
Modifier and Type | Method and Description |
---|---|
Zone |
ZoneService.create(Zone zone)
create a new zone
|
Zone |
ZoneService.update(Zone zone)
updates an existing zone
|
Modifier and Type | Class and Description |
---|---|
class |
DesignateZone
zone model class for designate/v2 zone
|
Modifier and Type | Method and Description |
---|---|
Zone |
DesignateZone.ZoneConcreteBuilder.build() |
Modifier and Type | Method and Description |
---|---|
ZoneBuilder |
DesignateZone.ZoneConcreteBuilder.from(Zone in)
Creates a Builder using the param M as the default values
|
Modifier and Type | Method and Description |
---|---|
Zone |
ZoneServiceImpl.create(String name,
String email) |
Zone |
ZoneServiceImpl.create(Zone zone) |
Zone |
ZoneServiceImpl.get(String zoneId) |
Zone |
ZoneServiceImpl.update(Zone zone) |
Modifier and Type | Method and Description |
---|---|
List<? extends Zone> |
ZoneServiceImpl.list() |
Modifier and Type | Method and Description |
---|---|
Zone |
ZoneServiceImpl.create(Zone zone) |
Zone |
ZoneServiceImpl.update(Zone zone) |
Copyright © 2017. All rights reserved.