LabNetwork

data class LabNetwork(val loadBalancerId: String? = null, val publicIpId: String? = null, val subnetId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val loadBalancerId: String? = null

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

Link copied to clipboard
val publicIpId: String? = null

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

Link copied to clipboard
val subnetId: String? = null

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