SubnetResponse

data class SubnetResponse(val allowPublicIp: String? = null, val labSubnetName: String? = null, val resourceId: String? = null)

Subnet information.

Constructors

Link copied to clipboard
constructor(allowPublicIp: String? = null, labSubnetName: String? = null, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowPublicIp: String? = null

The permission policy of the subnet for allowing public IP addresses (i.e. Allow, Deny)).

Link copied to clipboard
val labSubnetName: String? = null

The name of the subnet as seen in the lab.

Link copied to clipboard
val resourceId: String? = null

The resource ID of the subnet.