Class DnsConfig
java.lang.Object
com.microsoft.azure.management.trafficmanager.DnsConfig
Class containing DNS settings in a Traffic Manager profile.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfqdn()
Get the fully-qualified domain name (FQDN) of the Traffic Manager profile.Get the relative DNS name provided by this Traffic Manager profile.ttl()
Get the DNS Time-To-Live (TTL), in seconds.withRelativeName
(String relativeName) Set the relative DNS name provided by this Traffic Manager profile.Set the DNS Time-To-Live (TTL), in seconds.
-
Constructor Details
-
DnsConfig
public DnsConfig()
-
-
Method Details
-
relativeName
Get the relative DNS name provided by this Traffic Manager profile. This value is combined with the DNS domain name used by Azure Traffic Manager to form the fully-qualified domain name (FQDN) of the profile.- Returns:
- the relativeName value
-
withRelativeName
Set the relative DNS name provided by this Traffic Manager profile. This value is combined with the DNS domain name used by Azure Traffic Manager to form the fully-qualified domain name (FQDN) of the profile.- Parameters:
relativeName
- the relativeName value to set- Returns:
- the DnsConfig object itself.
-
fqdn
Get the fully-qualified domain name (FQDN) of the Traffic Manager profile. This is formed from the concatenation of the RelativeName with the DNS domain used by Azure Traffic Manager.- Returns:
- the fqdn value
-
ttl
Get the DNS Time-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile.- Returns:
- the ttl value
-
withTtl
Set the DNS Time-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile.- Parameters:
ttl
- the ttl value to set- Returns:
- the DnsConfig object itself.
-