public static class ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsDhcpOptions
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.
|
构造器和说明 |
---|
ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsDhcpOptions() |
@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.168.XX.XX
@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 ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsDhcpOptions()
public static ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsDhcpOptions build(Map<String,?> map) throws Exception
Exception
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsDhcpOptions setDomainName(String domainName)
public String getDomainName()
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsDhcpOptions setDomainNameServers(String domainNameServers)
public String getDomainNameServers()
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsDhcpOptions setIpv6LeaseTime(String ipv6LeaseTime)
public String getIpv6LeaseTime()
public ListDhcpOptionsSetsResponseBody.ListDhcpOptionsSetsResponseBodyDhcpOptionsSetsDhcpOptions setLeaseTime(String leaseTime)
public String getLeaseTime()
Copyright © 2024. All rights reserved.