GetVpcEndpointZonesZone

data class GetVpcEndpointZonesZone(val eniId: String, val eniIp: String, val id: String, val status: String, val vswitchId: String, val zoneDomain: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(eniId: String, eniIp: String, id: String, status: String, vswitchId: String, zoneDomain: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Terminal node network card.

Link copied to clipboard

IP address of the terminal node network card.

Link copied to clipboard
val id: String

The ID of the Vpc Endpoint Zone.

Link copied to clipboard

The Status of Vpc Endpoint Zone. Valid Values: Connected, Connecting, Creating, Deleted, Deleting, Disconnected, Disconnecting and Wait.

Link copied to clipboard

The vSwitch id.

Link copied to clipboard

The Zone Domain.

Link copied to clipboard

The Zone Id.