Get Nat Gateway Result
data class GetNatGatewayResult(val allocationId: String, val associationId: String, val connectivityType: String, val filters: List<GetNatGatewayFilter>? = null, val id: String, val networkInterfaceId: String, val privateIp: String, val publicIp: String, val secondaryAllocationIds: List<String>, val secondaryPrivateIpAddressCount: Int, val secondaryPrivateIpAddresses: List<String>, val state: String, val subnetId: String, val tags: Map<String, String>, val vpcId: String)
A collection of values returned by getNatGateway.
Constructors
Link copied to clipboard
constructor(allocationId: String, associationId: String, connectivityType: String, filters: List<GetNatGatewayFilter>? = null, id: String, networkInterfaceId: String, privateIp: String, publicIp: String, secondaryAllocationIds: List<String>, secondaryPrivateIpAddressCount: Int, secondaryPrivateIpAddresses: List<String>, state: String, subnetId: String, tags: Map<String, String>, vpcId: String)
Properties
Link copied to clipboard
ID of the EIP allocated to the selected NAT Gateway.
Link copied to clipboard
The association ID of the Elastic IP address that's associated with the NAT Gateway. Only available when connectivity_type
is public
.
Link copied to clipboard
Connectivity type of the NAT Gateway.
Link copied to clipboard
Link copied to clipboard
The ID of the ENI allocated to the selected NAT Gateway.
Link copied to clipboard
Secondary allocation EIP IDs for the selected NAT Gateway.
Link copied to clipboard
The number of secondary private IPv4 addresses assigned to the selected NAT Gateway.
Link copied to clipboard
Secondary private IPv4 addresses assigned to the selected NAT Gateway.