Vlan

class Vlan

The VLANs that Amazon EVS creates during environment creation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The availability zone of the VLAN.

Link copied to clipboard
val cidr: String?

The CIDR block of the VLAN.

Link copied to clipboard

The date and time that the VLAN was created.

Link copied to clipboard

The VMware VCF traffic type that is carried over the VLAN. For example, a VLAN with a functionName of hcx is being used to carry VMware HCX traffic.

Link copied to clipboard

The date and time that the VLAN was modified.

Link copied to clipboard

The state details of the VLAN.

Link copied to clipboard

The unique ID of the VLAN subnet.

Link copied to clipboard
val vlanId: Int?

The unique ID of the VLAN.

Link copied to clipboard

The state of the VLAN.

Functions

Link copied to clipboard
inline fun copy(block: Vlan.Builder.() -> Unit = {}): Vlan
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String