The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::EC2::TunnelOption

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::EC2::TunnelOption object:

  $service_obj->Method(Att1 => { DpdTimeoutAction => $value, ..., TunnelInsideIpv6Cidr => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::TunnelOption object:

  $result = $service_obj->Method(...);
  $result->Att1->DpdTimeoutAction

DESCRIPTION

This class has no description

ATTRIBUTES

DpdTimeoutAction => Str

The action to take after a DPD timeout occurs.

DpdTimeoutSeconds => Int

The number of seconds after which a DPD timeout occurs.

IkeVersions => ArrayRef[Paws::EC2::IKEVersionsListValue]

The IKE versions that are permitted for the VPN tunnel.

OutsideIpAddress => Str

The external IP address of the VPN tunnel.

Phase1DHGroupNumbers => ArrayRef[Paws::EC2::Phase1DHGroupNumbersListValue]

The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 1 IKE negotiations.

Phase1EncryptionAlgorithms => ArrayRef[Paws::EC2::Phase1EncryptionAlgorithmsListValue]

The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.

Phase1IntegrityAlgorithms => ArrayRef[Paws::EC2::Phase1IntegrityAlgorithmsListValue]

The permitted integrity algorithms for the VPN tunnel for phase 1 IKE negotiations.

Phase1LifetimeSeconds => Int

The lifetime for phase 1 of the IKE negotiation, in seconds.

Phase2DHGroupNumbers => ArrayRef[Paws::EC2::Phase2DHGroupNumbersListValue]

The permitted Diffie-Hellman group numbers for the VPN tunnel for phase 2 IKE negotiations.

Phase2EncryptionAlgorithms => ArrayRef[Paws::EC2::Phase2EncryptionAlgorithmsListValue]

The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.

Phase2IntegrityAlgorithms => ArrayRef[Paws::EC2::Phase2IntegrityAlgorithmsListValue]

The permitted integrity algorithms for the VPN tunnel for phase 2 IKE negotiations.

Phase2LifetimeSeconds => Int

The lifetime for phase 2 of the IKE negotiation, in seconds.

PreSharedKey => Str

The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.

RekeyFuzzPercentage => Int

The percentage of the rekey window determined by RekeyMarginTimeSeconds during which the rekey time is randomly selected.

RekeyMarginTimeSeconds => Int

The margin time, in seconds, before the phase 2 lifetime expires, during which the AWS side of the VPN connection performs an IKE rekey.

ReplayWindowSize => Int

The number of packets in an IKE replay window.

StartupAction => Str

The action to take when the establishing the VPN tunnels for a VPN connection.

TunnelInsideCidr => Str

The range of inside IPv4 addresses for the tunnel.

TunnelInsideIpv6Cidr => Str

The range of inside IPv6 addresses for the tunnel.

SEE ALSO

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

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