WorkgroupNetworkInterface

data class WorkgroupNetworkInterface(val availabilityZone: String? = null, val networkInterfaceId: String? = null, val privateIpAddress: String? = null, val subnetId: String? = null)

Constructors

Link copied to clipboard
constructor(availabilityZone: String? = null, networkInterfaceId: String? = null, privateIpAddress: String? = null, subnetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The availability Zone.

Link copied to clipboard

The unique identifier of the network interface.

Link copied to clipboard

The IPv4 address of the network interface within the subnet.

Link copied to clipboard
val subnetId: String? = null

The unique identifier of the subnet.