GetDhcpOptionsSetsSet

data class GetDhcpOptionsSetsSet(val associateVpcCount: Int, val dhcpOptionsSetDescription: String, val dhcpOptionsSetId: String, val dhcpOptionsSetName: String, val domainName: String, val domainNameServers: String, val id: String, val ownerId: String, val status: String)

Constructors

Link copied to clipboard
constructor(associateVpcCount: Int, dhcpOptionsSetDescription: String, dhcpOptionsSetId: String, dhcpOptionsSetName: String, domainName: String, domainNameServers: String, id: String, ownerId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Number of VPCs bound by the DHCP option set.

Link copied to clipboard

The description of the DHCP options set. The description must be 2 to 256 characters in length and cannot start with http:// or https://.

Link copied to clipboard
Link copied to clipboard

The root domain, for example, example.com. After a DHCP options set is associated with a Virtual Private Cloud (VPC) network, the root domain in the DHCP options set is automatically synchronized to the ECS instances in the VPC network.

Link copied to clipboard

The root domain, for example, example.com. After a DHCP options set is associated with a Virtual Private Cloud (VPC) network, the root domain in the DHCP options set is automatically synchronized to the ECS instances in the VPC network.

Link copied to clipboard

The DNS server IP addresses. Up to four DNS server IP addresses can be specified. IP addresses must be separated with commas (,).

Link copied to clipboard
val id: String
Link copied to clipboard

The ID of the account to which the DHCP options set belongs.

Link copied to clipboard

The status of the DHCP options set. Valid values: Available, InUse or Pending. Available: The DHCP options set is available for use. InUse: The DHCP options set is in use. Pending: The DHCP options set is being configured.