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.