![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::TransitGatewayOptions USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::EC2::TransitGatewayOptions object: $service_obj->Method(Att1 => { AmazonSideAsn => $value, ..., VpnEcmpSupport => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::TransitGatewayOptions object: $result = $service_obj->Method(...); $result->Att1->AmazonSideAsn DESCRIPTIONThis class has no description ATTRIBUTESAmazonSideAsn => IntA private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs. AssociationDefaultRouteTableId => StrThe ID of the default association route table. AutoAcceptSharedAttachments => StrIndicates whether attachment requests are automatically accepted. DefaultRouteTableAssociation => StrIndicates whether resource attachments are automatically associated with the default association route table. DefaultRouteTablePropagation => StrIndicates whether resource attachments automatically propagate routes to the default propagation route table. DnsSupport => StrIndicates whether DNS support is enabled. MulticastSupport => StrIndicates whether multicast is enabled on the transit gateway PropagationDefaultRouteTableId => StrThe ID of the default propagation route table. TransitGatewayCidrBlocks => ArrayRef[Str|Undef]The transit gateway CIDR blocks. VpnEcmpSupport => StrIndicates whether Equal Cost Multipath Protocol support is enabled. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EC2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|