NAME

Paws::GlobalAccelerator::DestinationPortMapping

USAGE

This 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

DESCRIPTION

The port mappings for a specified endpoint IP address (destination).

ATTRIBUTES

AcceleratorArn => Str

The 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::SocketAddress

The endpoint IP address/port combination for traffic received on the accelerator socket address.

DestinationTrafficState => Str

Indicates 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 => Str

The Amazon Resource Name (ARN) of the endpoint group.

EndpointGroupRegion => Str

The AWS Region for the endpoint group.

EndpointId => Str

The ID for the virtual private cloud (VPC) subnet.

IpAddressType => Str

The IP address type, which must be IPv4.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::GlobalAccelerator

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues