GetDhcpOptionsSetsPlainArgs

data class GetDhcpOptionsSetsPlainArgs(val dhcpOptionsSetName: String? = null, val domainName: String? = null, val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetDhcpOptionsSetsPlainArgs>

A collection of arguments for invoking getDhcpOptionsSets.

Constructors

Link copied to clipboard
constructor(dhcpOptionsSetName: String? = null, domainName: String? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null)

Properties

Link copied to clipboard

The name of the DHCP options set.The name must be 2 to 128 characters in length and can contain letters, Chinese characters, digits, underscores (_), and hyphens (-). It must start with a letter or a Chinese character.

Link copied to clipboard
val domainName: String? = null

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
val ids: List<String>? = null

A list of Dhcp Options Set IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Dhcp Options Set name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): GetDhcpOptionsSetsPlainArgs