![]() |
![]()
| ![]() |
![]()
NAMEPaws::GlobalAccelerator::DestinationPortMapping 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::DestinationPortMapping object: $service_obj->Method(Att1 => { AcceleratorArn => $value, ..., IpAddressType => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::GlobalAccelerator::DestinationPortMapping object: $result = $service_obj->Method(...); $result->Att1->AcceleratorArn DESCRIPTIONThe port mappings for a specified endpoint IP address (destination). ATTRIBUTESAcceleratorArn => StrThe Amazon Resource Name (ARN) of the custom routing accelerator that you have port mappings for. AcceleratorSocketAddresses => ArrayRef[Paws::GlobalAccelerator::SocketAddress]The IP address/port combinations (sockets) that map to a given destination socket address. DestinationSocketAddress => Paws::GlobalAccelerator::SocketAddressThe endpoint IP address/port combination for traffic received on the accelerator socket address. 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. EndpointGroupRegion => StrThe AWS Region for the endpoint group. EndpointId => StrThe ID for the virtual private cloud (VPC) subnet. IpAddressType => StrThe IP address type, which must be IPv4. 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>
|