The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 => { DpdTimeoutSeconds => $value, ..., TunnelInsideCidr => $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->DpdTimeoutSeconds

DESCRIPTION

This class has no description

ATTRIBUTES

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
C<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.

TunnelInsideCidr => Str

  The range of inside IP 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