GetNatIpCidrsCidr

data class GetNatIpCidrsCidr(val createTime: String, val id: String, val isDefault: Boolean, val natGatewayId: String, val natIpCidr: String, val natIpCidrDescription: String, val natIpCidrId: String, val natIpCidrName: String, val status: String)

Constructors

Link copied to clipboard
constructor(createTime: String, id: String, isDefault: Boolean, natGatewayId: String, natIpCidr: String, natIpCidrDescription: String, natIpCidrId: String, natIpCidrName: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the CIDR block was created.

Link copied to clipboard
val id: String

The ID of the Nat Ip Cidr.

Link copied to clipboard

Whether it is the default NAT IP ADDRESS. Valid values:true or false.true: is the default NAT IP ADDRESS. false: it is not the default NAT IP ADDRESS.

Link copied to clipboard

The ID of the VPC NAT gateway.

Link copied to clipboard

The NAT CIDR block to be created. The CIDR block must meet the following conditions: It must be 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, or one of their subnets. The subnet mask must be 16 to 32 bits in lengths. To use a public CIDR block as the NAT CIDR block, the VPC to which the VPC NAT gateway belongs must be authorized to use public CIDR blocks. For more information, see Create a VPC NAT gateway.

Link copied to clipboard

NAT IP ADDRESS range to the description of. Length is from 2 to 256 characters, must start with a letter or the Chinese at the beginning, but not at thehttp:// Or https:// at the beginning.

Link copied to clipboard

NAT IP ADDRESS instance ID.

Link copied to clipboard

NAT IP ADDRESS the name of the root directory. Length is from 2 to 128 characters, must start with a letter or the Chinese at the beginning can contain numbers, half a period (.), underscore (_) and dash (-). But do not start with http:// or https:// at the beginning.

Link copied to clipboard

The status of the CIDR block of the NAT gateway. If the value is Available, the CIDR block is available.