Static Cidr Properties Args
data class StaticCidrPropertiesArgs(val addressPrefixes: Output<List<String>>? = null, val description: Output<String>? = null, val numberOfIPAddressesToAllocate: Output<String>? = null) : ConvertibleToJava<StaticCidrPropertiesArgs>
Properties of static CIDR resource.