EndpointAccessNetworkInterface

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

Describes a network interface.

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 network interface identifier.

Link copied to clipboard

The IPv4 address of the network interface within the subnet.

Link copied to clipboard
val subnetId: String? = null

The subnet identifier.