public class PublicIPAddressDnsSettings extends Object
Constructor and Description |
---|
PublicIPAddressDnsSettings() |
Modifier and Type | Method and Description |
---|---|
String |
domainNameLabel()
Get the domainNameLabel value.
|
String |
fqdn()
Get the fqdn value.
|
String |
reverseFqdn()
Get the reverseFqdn value.
|
PublicIPAddressDnsSettings |
withDomainNameLabel(String domainNameLabel)
Set the domainNameLabel value.
|
PublicIPAddressDnsSettings |
withFqdn(String fqdn)
Set the fqdn value.
|
PublicIPAddressDnsSettings |
withReverseFqdn(String reverseFqdn)
Set the reverseFqdn value.
|
public String domainNameLabel()
public PublicIPAddressDnsSettings withDomainNameLabel(String domainNameLabel)
domainNameLabel
- the domainNameLabel value to setpublic String fqdn()
public PublicIPAddressDnsSettings withFqdn(String fqdn)
fqdn
- the fqdn value to setpublic String reverseFqdn()
public PublicIPAddressDnsSettings withReverseFqdn(String reverseFqdn)
reverseFqdn
- the reverseFqdn value to setCopyright © 2019. All rights reserved.