![]() |
![]()
| ![]() |
![]()
NAMEPaws::GlobalAccelerator::PortMapping 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::GlobalAccelerator::PortMapping object: $service_obj->Method(Att1 => { AcceleratorPort => $value, ..., Protocols => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::GlobalAccelerator::PortMapping object: $result = $service_obj->Method(...); $result->Att1->AcceleratorPort DESCRIPTIONReturns the ports and associated IP addresses and ports of Amazon EC2 instances in your virtual private cloud (VPC) subnets. Custom routing is a port mapping protocol in AWS Global Accelerator that statically associates port ranges with VPC subnets, which allows Global Accelerator to route to specific instances and ports within one or more subnets. ATTRIBUTESAcceleratorPort => IntThe accelerator port. DestinationSocketAddress => Paws::GlobalAccelerator::SocketAddressThe EC2 instance IP address and port number in the virtual private cloud (VPC) subnet. DestinationTrafficState => StrIndicates whether or not a port mapping destination can receive traffic. The value is either ALLOW, if traffic is allowed to the destination, or DENY, if traffic is not allowed to the destination. EndpointGroupArn => StrThe Amazon Resource Name (ARN) of the endpoint group. EndpointId => StrThe IP address of the VPC subnet (the subnet ID). Protocols => ArrayRef[Str|Undef]The protocols supported by the endpoint group. SEE ALSOThis class forms part of Paws, describing an object used in Paws::GlobalAccelerator 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>
|