GetNatIpsIp

data class GetNatIpsIp(val id: String, val isDefault: Boolean, val natGatewayId: String, val natIp: String, val natIpCidr: String, val natIpDescription: String, val natIpId: String, val natIpName: String, val status: String)

Constructors

Link copied to clipboard
constructor(id: String, isDefault: Boolean, natGatewayId: String, natIp: String, natIpCidr: String, natIpDescription: String, natIpId: String, natIpName: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Nat Ip.

Link copied to clipboard

Indicates whether the BGP Group is the default NAT IP ADDRESS. Valid values: true: is the default NAT IP ADDRESS. false: it is not the default NAT IP ADDRESS.

Link copied to clipboard

The ID of the Virtual Private Cloud (VPC) NAT gateway to which the NAT IP address belongs.

Link copied to clipboard

The NAT IP address that is queried.

Link copied to clipboard

The CIDR block to which the NAT IP address belongs.

Link copied to clipboard

The description of the NAT IP address.

Link copied to clipboard

The ID of the NAT IP address.

Link copied to clipboard

The name of the NAT IP address.

Link copied to clipboard

The status of the NAT IP address. Valid values: Available, Deleting and Creating.