public class ExtDomainEntry extends Object implements DomainEntry
Modifier and Type | Class and Description |
---|---|
static class |
ExtDomainEntry.DomainEntries |
DomainEntry.Scope
Constructor and Description |
---|
ExtDomainEntry() |
ExtDomainEntry(DomainEntry.Scope scope,
String availabilityZone,
String project) |
Modifier and Type | Method and Description |
---|---|
String |
getAvailabilityZone()
The associated Availability Zone or NULL
|
String |
getDomain()
The FQDN domain name
|
String |
getProject()
The associated project name
|
DomainEntry.Scope |
getScope()
The scope of this domain name
|
String |
toString() |
public ExtDomainEntry()
public ExtDomainEntry(DomainEntry.Scope scope, String availabilityZone, String project)
public String getAvailabilityZone()
DomainEntry
getAvailabilityZone
in interface DomainEntry
public String getDomain()
DomainEntry
getDomain
in interface DomainEntry
public String getProject()
DomainEntry
getProject
in interface DomainEntry
public DomainEntry.Scope getScope()
DomainEntry
getScope
in interface DomainEntry
Copyright © 2017. All rights reserved.