Get Dhcp Options Sets Plain Args
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
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
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
File name where to save data source results (after running pulumi preview
).