Class: Aws::Types::VpnTunnelOptionsSpecification
- Inherits:
-
Object
- Object
- Aws::Types::VpnTunnelOptionsSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dpd_timeout_action ⇒ ::String
Returns the value of attribute dpd_timeout_action.
-
#dpd_timeout_seconds ⇒ ::Integer
Returns the value of attribute dpd_timeout_seconds.
-
#enable_tunnel_lifecycle_control ⇒ Boolean
Returns the value of attribute enable_tunnel_lifecycle_control.
-
#ike_versions ⇒ ::Array[Types::IKEVersionsRequestListValue]
Returns the value of attribute ike_versions.
-
#log_options ⇒ Types::VpnTunnelLogOptionsSpecification
Returns the value of attribute log_options.
-
#phase_1_dh_group_numbers ⇒ ::Array[Types::Phase1DHGroupNumbersRequestListValue]
Returns the value of attribute phase_1_dh_group_numbers.
-
#phase_1_encryption_algorithms ⇒ ::Array[Types::Phase1EncryptionAlgorithmsRequestListValue]
Returns the value of attribute phase_1_encryption_algorithms.
-
#phase_1_integrity_algorithms ⇒ ::Array[Types::Phase1IntegrityAlgorithmsRequestListValue]
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[Types::Phase2DHGroupNumbersRequestListValue]
Returns the value of attribute phase_2_dh_group_numbers.
-
#phase_2_encryption_algorithms ⇒ ::Array[Types::Phase2EncryptionAlgorithmsRequestListValue]
Returns the value of attribute phase_2_encryption_algorithms.
-
#phase_2_integrity_algorithms ⇒ ::Array[Types::Phase2IntegrityAlgorithmsRequestListValue]
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.
-
#startup_action ⇒ ::String
Returns the value of attribute startup_action.
-
#tunnel_inside_cidr ⇒ ::String
Returns the value of attribute tunnel_inside_cidr.
-
#tunnel_inside_ipv_6_cidr ⇒ ::String
Returns the value of attribute tunnel_inside_ipv_6_cidr.
Instance Attribute Details
#dpd_timeout_action ⇒ ::String
Returns the value of attribute dpd_timeout_action.
19282 19283 19284 |
# File 'sig/types.rbs', line 19282 def dpd_timeout_action @dpd_timeout_action end |
#dpd_timeout_seconds ⇒ ::Integer
Returns the value of attribute dpd_timeout_seconds.
19281 19282 19283 |
# File 'sig/types.rbs', line 19281 def dpd_timeout_seconds @dpd_timeout_seconds end |
#enable_tunnel_lifecycle_control ⇒ Boolean
Returns the value of attribute enable_tunnel_lifecycle_control.
19292 19293 19294 |
# File 'sig/types.rbs', line 19292 def enable_tunnel_lifecycle_control @enable_tunnel_lifecycle_control end |
#ike_versions ⇒ ::Array[Types::IKEVersionsRequestListValue]
Returns the value of attribute ike_versions.
19289 19290 19291 |
# File 'sig/types.rbs', line 19289 def ike_versions @ike_versions end |
#log_options ⇒ Types::VpnTunnelLogOptionsSpecification
Returns the value of attribute log_options.
19291 19292 19293 |
# File 'sig/types.rbs', line 19291 def @log_options end |
#phase_1_dh_group_numbers ⇒ ::Array[Types::Phase1DHGroupNumbersRequestListValue]
Returns the value of attribute phase_1_dh_group_numbers.
19287 19288 19289 |
# File 'sig/types.rbs', line 19287 def phase_1_dh_group_numbers @phase_1_dh_group_numbers end |
#phase_1_encryption_algorithms ⇒ ::Array[Types::Phase1EncryptionAlgorithmsRequestListValue]
Returns the value of attribute phase_1_encryption_algorithms.
19283 19284 19285 |
# File 'sig/types.rbs', line 19283 def phase_1_encryption_algorithms @phase_1_encryption_algorithms end |
#phase_1_integrity_algorithms ⇒ ::Array[Types::Phase1IntegrityAlgorithmsRequestListValue]
Returns the value of attribute phase_1_integrity_algorithms.
19285 19286 19287 |
# File 'sig/types.rbs', line 19285 def phase_1_integrity_algorithms @phase_1_integrity_algorithms end |
#phase_1_lifetime_seconds ⇒ ::Integer
Returns the value of attribute phase_1_lifetime_seconds.
19276 19277 19278 |
# File 'sig/types.rbs', line 19276 def phase_1_lifetime_seconds @phase_1_lifetime_seconds end |
#phase_2_dh_group_numbers ⇒ ::Array[Types::Phase2DHGroupNumbersRequestListValue]
Returns the value of attribute phase_2_dh_group_numbers.
19288 19289 19290 |
# File 'sig/types.rbs', line 19288 def phase_2_dh_group_numbers @phase_2_dh_group_numbers end |
#phase_2_encryption_algorithms ⇒ ::Array[Types::Phase2EncryptionAlgorithmsRequestListValue]
Returns the value of attribute phase_2_encryption_algorithms.
19284 19285 19286 |
# File 'sig/types.rbs', line 19284 def phase_2_encryption_algorithms @phase_2_encryption_algorithms end |
#phase_2_integrity_algorithms ⇒ ::Array[Types::Phase2IntegrityAlgorithmsRequestListValue]
Returns the value of attribute phase_2_integrity_algorithms.
19286 19287 19288 |
# File 'sig/types.rbs', line 19286 def phase_2_integrity_algorithms @phase_2_integrity_algorithms end |
#phase_2_lifetime_seconds ⇒ ::Integer
Returns the value of attribute phase_2_lifetime_seconds.
19277 19278 19279 |
# File 'sig/types.rbs', line 19277 def phase_2_lifetime_seconds @phase_2_lifetime_seconds end |
#pre_shared_key ⇒ ::String
Returns the value of attribute pre_shared_key.
19275 19276 19277 |
# File 'sig/types.rbs', line 19275 def pre_shared_key @pre_shared_key end |
#rekey_fuzz_percentage ⇒ ::Integer
Returns the value of attribute rekey_fuzz_percentage.
19279 19280 19281 |
# File 'sig/types.rbs', line 19279 def rekey_fuzz_percentage @rekey_fuzz_percentage end |
#rekey_margin_time_seconds ⇒ ::Integer
Returns the value of attribute rekey_margin_time_seconds.
19278 19279 19280 |
# File 'sig/types.rbs', line 19278 def rekey_margin_time_seconds @rekey_margin_time_seconds end |
#replay_window_size ⇒ ::Integer
Returns the value of attribute replay_window_size.
19280 19281 19282 |
# File 'sig/types.rbs', line 19280 def replay_window_size @replay_window_size end |
#startup_action ⇒ ::String
Returns the value of attribute startup_action.
19290 19291 19292 |
# File 'sig/types.rbs', line 19290 def startup_action @startup_action end |
#tunnel_inside_cidr ⇒ ::String
Returns the value of attribute tunnel_inside_cidr.
19273 19274 19275 |
# File 'sig/types.rbs', line 19273 def tunnel_inside_cidr @tunnel_inside_cidr end |
#tunnel_inside_ipv_6_cidr ⇒ ::String
Returns the value of attribute tunnel_inside_ipv_6_cidr.
19274 19275 19276 |
# File 'sig/types.rbs', line 19274 def tunnel_inside_ipv_6_cidr @tunnel_inside_ipv_6_cidr end |