![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::TunnelOption 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::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 DESCRIPTIONThis class has no description ATTRIBUTESDpdTimeoutAction => StrThe action to take after a DPD timeout occurs. DpdTimeoutSeconds => IntThe 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 => StrThe 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 => IntThe 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 => IntThe lifetime for phase 2 of the IKE negotiation, in seconds. PreSharedKey => StrThe pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway. RekeyFuzzPercentage => IntThe percentage of the rekey window determined by "RekeyMarginTimeSeconds" during which the rekey time is randomly selected. RekeyMarginTimeSeconds => IntThe margin time, in seconds, before the phase 2 lifetime expires, during which the AWS side of the VPN connection performs an IKE rekey. ReplayWindowSize => IntThe number of packets in an IKE replay window. StartupAction => StrThe action to take when the establishing the VPN tunnels for a VPN connection. TunnelInsideCidr => StrThe range of inside IPv4 addresses for the tunnel. TunnelInsideIpv6Cidr => StrThe range of inside IPv6 addresses for the tunnel. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EC2 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>
|