public class DnsConfig extends Object
| Constructor and Description |
|---|
DnsConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
fqdn()
Get the fqdn value.
|
String |
relativeName()
Get the relativeName value.
|
Long |
ttl()
Get the ttl value.
|
DnsConfig |
withRelativeName(String relativeName)
Set the relativeName value.
|
DnsConfig |
withTtl(Long ttl)
Set the ttl value.
|
public String relativeName()
public DnsConfig withRelativeName(String relativeName)
relativeName - the relativeName value to setpublic String fqdn()
public Long ttl()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/