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 state: String, val subnetId: String, val tags: Map<String, String>, val vpcId: String)
A collection of values returned by getNatGateway.
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.