Class: Aws::Types::AwsEc2VpnConnectionOptionsTunnelOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2VpnConnectionOptionsTunnelOptionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dpd_timeout_seconds ⇒ ::Integer
Returns the value of attribute dpd_timeout_seconds.
-
#ike_versions ⇒ ::Array[::String]
Returns the value of attribute ike_versions.
-
#outside_ip_address ⇒ ::String
Returns the value of attribute outside_ip_address.
-
#phase_1_dh_group_numbers ⇒ ::Array[::Integer]
Returns the value of attribute phase_1_dh_group_numbers.
-
#phase_1_encryption_algorithms ⇒ ::Array[::String]
Returns the value of attribute phase_1_encryption_algorithms.
-
#phase_1_integrity_algorithms ⇒ ::Array[::String]
Returns the value of attribute phase_1_integrity_algorithms.
-
#phase_1_lifetime_seconds ⇒ ::Integer
Returns the value of attribute phase_1_lifetime_seconds.
-
#phase_2_dh_group_numbers ⇒ ::Array[::Integer]
Returns the value of attribute phase_2_dh_group_numbers.
-
#phase_2_encryption_algorithms ⇒ ::Array[::String]
Returns the value of attribute phase_2_encryption_algorithms.
-
#phase_2_integrity_algorithms ⇒ ::Array[::String]
Returns the value of attribute phase_2_integrity_algorithms.
-
#phase_2_lifetime_seconds ⇒ ::Integer
Returns the value of attribute phase_2_lifetime_seconds.
-
#pre_shared_key ⇒ ::String
Returns the value of attribute pre_shared_key.
-
#rekey_fuzz_percentage ⇒ ::Integer
Returns the value of attribute rekey_fuzz_percentage.
-
#rekey_margin_time_seconds ⇒ ::Integer
Returns the value of attribute rekey_margin_time_seconds.
-
#replay_window_size ⇒ ::Integer
Returns the value of attribute replay_window_size.
-
#tunnel_inside_cidr ⇒ ::String
Returns the value of attribute tunnel_inside_cidr.
Instance Attribute Details
#dpd_timeout_seconds ⇒ ::Integer
Returns the value of attribute dpd_timeout_seconds.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def dpd_timeout_seconds @dpd_timeout_seconds end |
#ike_versions ⇒ ::Array[::String]
Returns the value of attribute ike_versions.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def ike_versions @ike_versions end |
#outside_ip_address ⇒ ::String
Returns the value of attribute outside_ip_address.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def outside_ip_address @outside_ip_address end |
#phase_1_dh_group_numbers ⇒ ::Array[::Integer]
Returns the value of attribute phase_1_dh_group_numbers.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def phase_1_dh_group_numbers @phase_1_dh_group_numbers end |
#phase_1_encryption_algorithms ⇒ ::Array[::String]
Returns the value of attribute phase_1_encryption_algorithms.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def phase_1_encryption_algorithms @phase_1_encryption_algorithms end |
#phase_1_integrity_algorithms ⇒ ::Array[::String]
Returns the value of attribute phase_1_integrity_algorithms.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def phase_1_integrity_algorithms @phase_1_integrity_algorithms end |
#phase_1_lifetime_seconds ⇒ ::Integer
Returns the value of attribute phase_1_lifetime_seconds.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def phase_1_lifetime_seconds @phase_1_lifetime_seconds end |
#phase_2_dh_group_numbers ⇒ ::Array[::Integer]
Returns the value of attribute phase_2_dh_group_numbers.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def phase_2_dh_group_numbers @phase_2_dh_group_numbers end |
#phase_2_encryption_algorithms ⇒ ::Array[::String]
Returns the value of attribute phase_2_encryption_algorithms.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def phase_2_encryption_algorithms @phase_2_encryption_algorithms end |
#phase_2_integrity_algorithms ⇒ ::Array[::String]
Returns the value of attribute phase_2_integrity_algorithms.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def phase_2_integrity_algorithms @phase_2_integrity_algorithms end |
#phase_2_lifetime_seconds ⇒ ::Integer
Returns the value of attribute phase_2_lifetime_seconds.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def phase_2_lifetime_seconds @phase_2_lifetime_seconds end |
#pre_shared_key ⇒ ::String
Returns the value of attribute pre_shared_key.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def pre_shared_key @pre_shared_key end |
#rekey_fuzz_percentage ⇒ ::Integer
Returns the value of attribute rekey_fuzz_percentage.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def rekey_fuzz_percentage @rekey_fuzz_percentage end |
#rekey_margin_time_seconds ⇒ ::Integer
Returns the value of attribute rekey_margin_time_seconds.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def rekey_margin_time_seconds @rekey_margin_time_seconds end |
#replay_window_size ⇒ ::Integer
Returns the value of attribute replay_window_size.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def replay_window_size @replay_window_size end |
#tunnel_inside_cidr ⇒ ::String
Returns the value of attribute tunnel_inside_cidr.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def tunnel_inside_cidr @tunnel_inside_cidr end |