GetGatewaysGateway

data class GetGatewaysGateway(val backupVswitchId: String, val gatewayName: String, val gatewayUniqueId: String, val id: String, val paymentType: String, val replica: String, val slbLists: List<GetGatewaysGatewaySlbList>, val spec: String, val status: String, val vpcId: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(backupVswitchId: String, gatewayName: String, gatewayUniqueId: String, id: String, paymentType: String, replica: String, slbLists: List<GetGatewaysGatewaySlbList>, spec: String, status: String, vpcId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The backup vswitch id.

Link copied to clipboard

The name of the Gateway.

Link copied to clipboard

Gateway unique identification.

Link copied to clipboard
val id: String

The ID of the Gateway.

Link copied to clipboard

The payment type of the resource.

Link copied to clipboard

Number of Gateway Nodes.

Link copied to clipboard

A list of gateway Slb.

Link copied to clipboard

Gateway Node Specifications.

Link copied to clipboard

The status of the gateway.

Link copied to clipboard

The ID of the vpc.

Link copied to clipboard

The ID of the vswitch.