Virtual Network Subnet
data class VirtualNetworkSubnet(val name: String? = null, val sharedPublicIpAddress: VirtualNetworkSubnetSharedPublicIpAddress? = null, val useInVirtualMachineCreation: String? = null, val usePublicIpAddress: String? = null)
Constructors
Link copied to clipboard
constructor(name: String? = null, sharedPublicIpAddress: VirtualNetworkSubnetSharedPublicIpAddress? = null, useInVirtualMachineCreation: String? = null, usePublicIpAddress: String? = null)
Properties
Link copied to clipboard
A shared_public_ip_address
block as defined below.
Link copied to clipboard
Can this subnet be used for creating Virtual Machines? Possible values are Allow
, Default
and Deny
. Defaults to Allow
.
Link copied to clipboard
Can Virtual Machines in this Subnet use Public IP Addresses? Possible values are Allow
, Default
and Deny
. Defaults to Allow
.