GetNatGatewayAvailabilityZoneAddress class

Constructors

GetNatGatewayAvailabilityZoneAddress({required Input<List<String>> allocationIds, required Input<String> availabilityZone, required Input<String> availabilityZoneId})
Creates a new GetNatGatewayAvailabilityZoneAddress. allocationIds List of allocation IDs of the Elastic IP addresses (EIPs) to be used for handling outbound NAT traffic in this specific Availability Zone. availabilityZone Availability Zone where this specific NAT gateway configuration is active. availabilityZoneId Availability Zone ID where this specific NAT gateway configuration is active
const
GetNatGatewayAvailabilityZoneAddress.fromMap(Map<String, dynamic> map)
factory

Properties

allocationIds → Input<List<String>>
List of allocation IDs of the Elastic IP addresses (EIPs) to be used for handling outbound NAT traffic in this specific Availability Zone.
final
availabilityZone → Input<String>
Availability Zone where this specific NAT gateway configuration is active.
final
availabilityZoneId → Input<String>
Availability Zone ID where this specific NAT gateway configuration is active
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited