GetIpv4GatewaysGateway

data class GetIpv4GatewaysGateway(val createTime: String, val enabled: Boolean, val id: String, val ipv4GatewayDescription: String, val ipv4GatewayId: String, val ipv4GatewayName: String, val ipv4GatewayRouteTableId: String, val status: String, val vpcId: String)

Constructors

Link copied to clipboard
constructor(createTime: String, enabled: Boolean, id: String, ipv4GatewayDescription: String, ipv4GatewayId: String, ipv4GatewayName: String, ipv4GatewayRouteTableId: String, status: String, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard

Indicates whether the IPv4 gateway is activated.

Link copied to clipboard
val id: String

The ID of the Ipv4 Gateway.

Link copied to clipboard

The description of the IPv4 gateway.

Link copied to clipboard

The resource attribute field that represents the resource level 1 ID.

Link copied to clipboard

The name of the IPv4 gateway.

Link copied to clipboard

ID of the route table associated with IPv4 Gateway.

Link copied to clipboard

The status of the resource.

Link copied to clipboard

The ID of the VPC associated with the IPv4 Gateway.