Interface DNSEntry
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
ExtDNSEntry
@Deprecated public interface DNSEntry extends ModelEntity
Deprecated.A Floating IP DNS Extension - DNS Entry- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract 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 entry
-
-
-
Method Detail
-
getId
String getId()
Deprecated.The identifier for this entry- Returns:
- the identifier for this entry
-
getDomain
String getDomain()
Deprecated.The FQ Domain this entry is associated with- Returns:
- the domain name
-
getIpAddress
String getIpAddress()
Deprecated.The IP Address associated with this entry- Returns:
- the IP Address
-
getName
String getName()
Deprecated.The name of this entry- Returns:
- the name of this entry
-
getType
DNSRecordType getType()
Deprecated.The DNS Record Type for this entry- Returns:
- the entry record type
-
-