GetNatGatewayAvailabilityZoneAddress class
Constructors
-
GetNatGatewayAvailabilityZoneAddress({required Input<
List< allocationIds, required Input<String> >String> availabilityZone, required Input<String> availabilityZoneId}) -
Creates a new GetNatGatewayAvailabilityZoneAddress.
allocationIdsList of allocation IDs of the Elastic IP addresses (EIPs) to be used for handling outbound NAT traffic in this specific Availability Zone.availabilityZoneAvailability Zone where this specific NAT gateway configuration is active.availabilityZoneIdAvailability Zone ID where this specific NAT gateway configuration is activeconst -
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