SubnetArgs

data class SubnetArgs(val allowPublicIp: Output<Either<String, UsagePermissionType>>? = null, val labSubnetName: Output<String>? = null, val resourceId: Output<String>? = null) : ConvertibleToJava<SubnetArgs>

Subnet information.

Constructors

Link copied to clipboard
constructor(allowPublicIp: Output<Either<String, UsagePermissionType>>? = null, labSubnetName: Output<String>? = null, resourceId: Output<String>? = null)

Properties

Link copied to clipboard
val allowPublicIp: Output<Either<String, UsagePermissionType>>? = null

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

Link copied to clipboard
val labSubnetName: Output<String>? = null

The name of the subnet as seen in the lab.

Link copied to clipboard
val resourceId: Output<String>? = null

The resource ID of the subnet.

Functions

Link copied to clipboard
open override fun toJava(): SubnetArgs