Class ExtDNSEntry
- java.lang.Object
-
- org.openstack4j.openstack.compute.domain.ext.ExtDNSEntry
-
- All Implemented Interfaces:
Serializable,DNSEntry,ModelEntity
@Deprecated public class ExtDNSEntry extends Object implements DNSEntry
Deprecated.A Floating IP DNS Extension - DNS Entry- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtDNSEntry.DNSEntriesDeprecated.
-
Constructor Summary
Constructors Constructor Description ExtDNSEntry()Deprecated.ExtDNSEntry(String ipAddress, DNSRecordType type)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetDomain()Deprecated.The FQ Domain this entry is associated withStringgetId()Deprecated.The identifier for this entryStringgetIpAddress()Deprecated.The IP Address associated with this entryStringgetName()Deprecated.The name of this entryDNSRecordTypegetType()Deprecated.The DNS Record Type for this entryStringtoString()Deprecated.
-
-
-
Constructor Detail
-
ExtDNSEntry
public ExtDNSEntry()
Deprecated.
-
ExtDNSEntry
public ExtDNSEntry(String ipAddress, DNSRecordType type)
Deprecated.
-
-
Method Detail
-
getId
public String getId()
Deprecated.Description copied from interface:DNSEntryThe identifier for this entry
-
getDomain
public String getDomain()
Deprecated.Description copied from interface:DNSEntryThe FQ Domain this entry is associated with
-
getIpAddress
public String getIpAddress()
Deprecated.Description copied from interface:DNSEntryThe IP Address associated with this entry- Specified by:
getIpAddressin interfaceDNSEntry- Returns:
- the IP Address
-
getName
public String getName()
Deprecated.Description copied from interface:DNSEntryThe name of this entry
-
getType
public DNSRecordType getType()
Deprecated.Description copied from interface:DNSEntryThe DNS Record Type for this entry
-
-