GetIpv6GatewaysGateway

data class GetIpv6GatewaysGateway(val businessStatus: String, val createTime: String, val description: String, val expiredTime: String, val id: String, val instanceChargeType: String, val ipv6GatewayId: String, val ipv6GatewayName: String, val spec: String, val status: String, val vpcId: String)

Constructors

Link copied to clipboard
constructor(businessStatus: String, createTime: String, description: String, expiredTime: String, id: String, instanceChargeType: String, ipv6GatewayId: String, ipv6GatewayName: String, spec: String, status: String, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of the IPv6 gateway. Valid values:Normal, FinancialLocked and SecurityLocked. Normal: working as expected. FinancialLocked: locked due to overdue payments. SecurityLocked: locked due to security reasons.

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard

The description of the IPv6 gateway.

Link copied to clipboard

The time when the IPv6 gateway expires.

Link copied to clipboard
val id: String

The ID of the Ipv6 Gateway.

Link copied to clipboard

The metering method of the IPv6 gateway. Valid values: PayAsYouGo.

Link copied to clipboard

The first ID of the resource.

Link copied to clipboard

The name of the IPv6 gateway.

Link copied to clipboard

The specification of the IPv6 gateway. Valid values: Large, Medium and Small. Small (default): Free Edition. Medium: Enterprise Edition . Large: Enhanced Enterprise Edition. The throughput capacity of an IPv6 gateway varies based on the edition. For more information, see Editions of IPv6 gateways.

Link copied to clipboard

The status of the IPv6 gateway. Valid values: Available, Deleting, Pending.

Link copied to clipboard

The ID of the virtual private cloud (VPC) to which the IPv6 gateway belongs.