LabNetworkArgs

data class LabNetworkArgs(val loadBalancerId: Output<String>? = null, val publicIpId: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<LabNetworkArgs>

Constructors

Link copied to clipboard
constructor(loadBalancerId: Output<String>? = null, publicIpId: Output<String>? = null, subnetId: Output<String>? = null)

Properties

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

The resource ID of the Load Balancer for the network profile of the Lab Service Lab.

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

The resource ID of the Public IP for the network profile of the Lab Service Lab.

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

The resource ID of the Subnet for the network profile of the Lab Service Lab.

Functions

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