Interface DomainEntry
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
ExtDomainEntry
@Deprecated public interface DomainEntry extends ModelEntity
Deprecated.A Floating IP DNS Extension - Domain Entry- Author:
- Jeremy Unruh
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDomainEntry.ScopeDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetAvailabilityZone()Deprecated.The associated Availability Zone or NULLStringgetDomain()Deprecated.The FQDN domain nameStringgetProject()Deprecated.The associated project nameDomainEntry.ScopegetScope()Deprecated.The scope of this domain name
-
-
-
Method Detail
-
getAvailabilityZone
String getAvailabilityZone()
Deprecated.The associated Availability Zone or NULL- Returns:
- availability zone or null
-
getDomain
String getDomain()
Deprecated.The FQDN domain name- Returns:
- the domain name
-
getProject
String getProject()
Deprecated.The associated project name- Returns:
- the project or null if not defined
-
getScope
DomainEntry.Scope getScope()
Deprecated.The scope of this domain name- Returns:
- the current scope
-
-