public static final class ListDhcpOptionsSetsResponseBody.DhcpOptions.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ListDhcpOptionsSetsResponseBody.DhcpOptions |
build() |
ListDhcpOptionsSetsResponseBody.DhcpOptions.Builder |
domainName(String domainName)
The suffix of the hostname.
|
ListDhcpOptionsSetsResponseBody.DhcpOptions.Builder |
domainNameServers(String domainNameServers)
The IP address of the DNS server.
|
ListDhcpOptionsSetsResponseBody.DhcpOptions.Builder |
ipv6LeaseTime(String ipv6LeaseTime)
The lease time of the IPv6 addresses for the DHCP options set.
|
ListDhcpOptionsSetsResponseBody.DhcpOptions.Builder |
leaseTime(String leaseTime)
The lease time of the IPv4 addresses for the DHCP options set.
|
public ListDhcpOptionsSetsResponseBody.DhcpOptions.Builder domainName(String domainName)
public ListDhcpOptionsSetsResponseBody.DhcpOptions.Builder domainNameServers(String domainNameServers)
public ListDhcpOptionsSetsResponseBody.DhcpOptions.Builder ipv6LeaseTime(String ipv6LeaseTime)
* If you use hours as the unit, valid values are **24h to 1176h** and **87600h to 175200h**. Default value: **87600h**. * If you use days as the unit, valid values are **1d to 49d** and **3650d to 7300d**. Default value: **3650d**.
public ListDhcpOptionsSetsResponseBody.DhcpOptions.Builder leaseTime(String leaseTime)
* If you use hours as the unit, valid values are **24h to 1176h** and **87600h to 175200h**. Default value: **87600h**. * If you use days as the unit, valid values are **1d to 49d** and **3650d to 7300d**. Default value: **3650d**.
public ListDhcpOptionsSetsResponseBody.DhcpOptions build()
Copyright © 2024. All rights reserved.