Subnet Args
data class SubnetArgs(val addressPrefix: Output<String>? = null, val addressPrefixes: Output<List<String>>? = null, val ipAllocationMethod: Output<Either<String, IpAllocationMethodEnum>>? = null, val ipConfigurationReferences: Output<List<SubnetPropertiesFormatIpConfigurationReferencesArgs>>? = null, val ipPools: Output<List<IPPoolArgs>>? = null, val name: Output<String>? = null, val routeTable: Output<RouteTableArgs>? = null, val vlan: Output<Int>? = null) : ConvertibleToJava<SubnetArgs>
Constructors
Link copied to clipboard
fun SubnetArgs(addressPrefix: Output<String>? = null, addressPrefixes: Output<List<String>>? = null, ipAllocationMethod: Output<Either<String, IpAllocationMethodEnum>>? = null, ipConfigurationReferences: Output<List<SubnetPropertiesFormatIpConfigurationReferencesArgs>>? = null, ipPools: Output<List<IPPoolArgs>>? = null, name: Output<String>? = null, routeTable: Output<RouteTableArgs>? = null, vlan: Output<Int>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
val ipConfigurationReferences: Output<List<SubnetPropertiesFormatIpConfigurationReferencesArgs>>? = null
Link copied to clipboard
Link copied to clipboard