public static class GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyDhcpOptions
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
domainName
The suffix of the hostname.
|
String |
domainNameServers
The IP address of the DNS server.
|
String |
ipv6LeaseTime
The lease time of the IPv6 addresses for the DHCP options set.
|
String |
leaseTime
The lease time of the IPv4 addresses for the DHCP options set.
|
构造器和说明 |
---|
GetDhcpOptionsSetResponseBodyDhcpOptions() |
@NameInMap(value="DomainName") public String domainName
The suffix of the hostname.
example:example.com
@NameInMap(value="DomainNameServers") public String domainNameServers
The IP address of the DNS server.
example:192.XX.XX.123
@NameInMap(value="Ipv6LeaseTime") public String ipv6LeaseTime
The lease time of the IPv6 addresses for the DHCP options set.
3650d
@NameInMap(value="LeaseTime") public String leaseTime
The lease time of the IPv4 addresses for the DHCP options set.
3650d
public static GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyDhcpOptions build(Map<String,?> map) throws Exception
Exception
public GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyDhcpOptions setDomainName(String domainName)
public String getDomainName()
public GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyDhcpOptions setDomainNameServers(String domainNameServers)
public String getDomainNameServers()
public GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyDhcpOptions setIpv6LeaseTime(String ipv6LeaseTime)
public String getIpv6LeaseTime()
public GetDhcpOptionsSetResponseBody.GetDhcpOptionsSetResponseBodyDhcpOptions setLeaseTime(String leaseTime)
public String getLeaseTime()
Copyright © 2024. All rights reserved.