public class DnsConfig extends Object
Constructor and Description |
---|
DnsConfig() |
Modifier and Type | Method and Description |
---|---|
String |
fqdn()
Get the fully-qualified domain name (FQDN) of the Traffic Manager profile.
|
String |
relativeName()
Get the relative DNS name provided by this Traffic Manager profile.
|
Long |
ttl()
Get the DNS Time-To-Live (TTL), in seconds.
|
DnsConfig |
withRelativeName(String relativeName)
Set the relative DNS name provided by this Traffic Manager profile.
|
DnsConfig |
withTtl(Long ttl)
Set the DNS Time-To-Live (TTL), in seconds.
|
public String relativeName()
public DnsConfig withRelativeName(String relativeName)
relativeName
- the relativeName value to setpublic String fqdn()
public Long ttl()
Copyright © 2019. All rights reserved.