Class ExtDomainEntry
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.ext.ExtDomainEntry
-
- All Implemented Interfaces:
Serializable,DomainEntry,ModelEntity
@Deprecated public class ExtDomainEntry extends Object implements DomainEntry
Deprecated.A Floating IP DNS Extension - Domain Entry- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtDomainEntry.DomainEntriesDeprecated.-
Nested classes/interfaces inherited from interface org.openstack4j.model.compute.ext.DomainEntry
DomainEntry.Scope
-
-
Constructor Summary
Constructors Constructor Description ExtDomainEntry()Deprecated.ExtDomainEntry(DomainEntry.Scope scope, String availabilityZone, String project)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete 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 nameStringtoString()Deprecated.
-
-
-
Constructor Detail
-
ExtDomainEntry
public ExtDomainEntry()
Deprecated.
-
ExtDomainEntry
public ExtDomainEntry(DomainEntry.Scope scope, String availabilityZone, String project)
Deprecated.
-
-
Method Detail
-
getAvailabilityZone
public String getAvailabilityZone()
Deprecated.Description copied from interface:DomainEntryThe associated Availability Zone or NULL- Specified by:
getAvailabilityZonein interfaceDomainEntry- Returns:
- availability zone or null
-
getDomain
public String getDomain()
Deprecated.Description copied from interface:DomainEntryThe FQDN domain name- Specified by:
getDomainin interfaceDomainEntry- Returns:
- the domain name
-
getProject
public String getProject()
Deprecated.Description copied from interface:DomainEntryThe associated project name- Specified by:
getProjectin interfaceDomainEntry- Returns:
- the project or null if not defined
-
getScope
public DomainEntry.Scope getScope()
Deprecated.Description copied from interface:DomainEntryThe scope of this domain name- Specified by:
getScopein interfaceDomainEntry- Returns:
- the current scope
-
-