GetVpcPeeringConnectionResult class
Result data returned by getVpcPeeringConnection.
Constructors
-
GetVpcPeeringConnectionResult({Map<
String, bool> ? accepter, String? cidrBlock, List<GetVpcPeeringConnectionCidrBlockSet> ? cidrBlockSets, List<GetVpcPeeringConnectionFilter> ? filters, String? id, List<GetVpcPeeringConnectionIpv6CidrBlockSet> ? ipv6CidrBlockSets, String? ownerId, String? peerCidrBlock, List<GetVpcPeeringConnectionPeerCidrBlockSet> ? peerCidrBlockSets, List<GetVpcPeeringConnectionPeerIpv6CidrBlockSet> ? peerIpv6CidrBlockSets, String? peerOwnerId, String? peerRegion, String? peerVpcId, String? region, Map<String, bool> ? requester, String? requesterRegion, String? status, Map<String, String> ? tags, String? vpcId}) -
Creates a new GetVpcPeeringConnectionResult.
accepterConfiguration block that describesVPC Peering ConnectioncidrBlockCIDR block associated to the VPC of the specific VPC Peering Connection.cidrBlockSetsList of objects with IPv4 CIDR blocks of the requester VPC.filtersOptional.idOptional.ipv6CidrBlockSetsList of objects with IPv6 CIDR blocks of the requester VPC.ownerIdOptional.peerCidrBlockOptional.peerCidrBlockSetsList of objects with IPv4 CIDR blocks of the accepter VPC.peerIpv6CidrBlockSetsList of objects with IPv6 CIDR blocks of the accepter VPC.peerOwnerIdOptional.peerRegionRegion of the accepter VPC.peerVpcIdOptional.region(Deprecated) Region of the requester VPC. UserequesterRegioninstead.requesterConfiguration block that describesVPC Peering ConnectionrequesterRegionRegion of the requester VPC.statusOptional.tagsOptional.vpcIdOptional.const -
GetVpcPeeringConnectionResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
accepter
→ Map<
String, bool> ? -
Configuration block that describes
VPC Peering Connection(https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the accepter VPC.final - cidrBlock → String?
-
CIDR block associated to the VPC of the specific VPC Peering Connection.
final
-
cidrBlockSets
→ List<
GetVpcPeeringConnectionCidrBlockSet> ? -
List of objects with IPv4 CIDR blocks of the requester VPC.
final
-
filters
→ List<
GetVpcPeeringConnectionFilter> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
final
-
ipv6CidrBlockSets
→ List<
GetVpcPeeringConnectionIpv6CidrBlockSet> ? -
List of objects with IPv6 CIDR blocks of the requester VPC.
final
- ownerId → String?
-
final
- peerCidrBlock → String?
-
final
-
peerCidrBlockSets
→ List<
GetVpcPeeringConnectionPeerCidrBlockSet> ? -
List of objects with IPv4 CIDR blocks of the accepter VPC.
final
-
peerIpv6CidrBlockSets
→ List<
GetVpcPeeringConnectionPeerIpv6CidrBlockSet> ? -
List of objects with IPv6 CIDR blocks of the accepter VPC.
final
- peerOwnerId → String?
-
final
- peerRegion → String?
-
Region of the accepter VPC.
final
- peerVpcId → String?
-
final
- region → String?
-
(Deprecated) Region of the requester VPC. Use
requesterRegioninstead.final -
requester
→ Map<
String, bool> ? -
Configuration block that describes
VPC Peering Connection(https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the requester VPC.final - requesterRegion → String?
-
Region of the requester VPC.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
final
-
final
- vpcId → String?
-
final
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