VirtualNetworkSubnet

data class VirtualNetworkSubnet(val addressPrefix: String, val id: String? = null, val name: String, val securityGroup: String? = null)

Constructors

Link copied to clipboard
constructor(addressPrefix: String, id: String? = null, name: String, securityGroup: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The address prefix to use for the subnet.

Link copied to clipboard
val id: String? = null

The ID of this subnet.

Link copied to clipboard

The name of the subnet.

Link copied to clipboard
val securityGroup: String? = null

The Network Security Group to associate with the subnet. (Referenced by id, ie. azurerm_network_security_group.example.id)