public interface FloatingIPDNSDomainService extends RestService
Modifier and Type | Method and Description |
---|---|
DomainEntry |
createPrivate(String domainName,
String availabilityZone)
Creates or Updates a PRIVATE domain name record
|
DomainEntry |
createPublic(String domainName,
String project)
Creates or Updates a PUBLIC domain name record
|
ActionResponse |
delete(String domainName)
Delete the specified
domainName |
List<? extends DomainEntry> |
list()
Return the list of available DNS domains
|
List<? extends DomainEntry> list()
ActionResponse delete(String domainName)
domainName
domainName
- the name of the domainDomainEntry createPublic(String domainName, String project)
domainName
- the FQ Domain nameproject
- the project nameDomainEntry createPrivate(String domainName, String availabilityZone)
domainName
- the FQ Domain nameavailabilityZone
- the availability zoneCopyright © 2017. All rights reserved.