Class: Aws::Types::ModifyVpnTunnelOptionsSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:pre_shared_key])

Instance Attribute Summary collapse

Instance Attribute Details

#dpd_timeout_action::String

Returns the value of attribute dpd_timeout_action.

Returns:

  • (::String)


15126
15127
15128
# File 'sig/types.rbs', line 15126

def dpd_timeout_action
  @dpd_timeout_action
end

#dpd_timeout_seconds::Integer

Returns the value of attribute dpd_timeout_seconds.

Returns:

  • (::Integer)


15125
15126
15127
# File 'sig/types.rbs', line 15125

def dpd_timeout_seconds
  @dpd_timeout_seconds
end

#enable_tunnel_lifecycle_controlBoolean

Returns the value of attribute enable_tunnel_lifecycle_control.

Returns:

  • (Boolean)


15136
15137
15138
# File 'sig/types.rbs', line 15136

def enable_tunnel_lifecycle_control
  @enable_tunnel_lifecycle_control
end

#ike_versions::Array[Types::IKEVersionsRequestListValue]

Returns the value of attribute ike_versions.



15133
15134
15135
# File 'sig/types.rbs', line 15133

def ike_versions
  @ike_versions
end

#log_optionsTypes::VpnTunnelLogOptionsSpecification

Returns the value of attribute log_options.



15135
15136
15137
# File 'sig/types.rbs', line 15135

def log_options
  @log_options
end

#phase_1_dh_group_numbers::Array[Types::Phase1DHGroupNumbersRequestListValue]

Returns the value of attribute phase_1_dh_group_numbers.



15131
15132
15133
# File 'sig/types.rbs', line 15131

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.



15127
15128
15129
# File 'sig/types.rbs', line 15127

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.



15129
15130
15131
# File 'sig/types.rbs', line 15129

def phase_1_integrity_algorithms
  @phase_1_integrity_algorithms
end

#phase_1_lifetime_seconds::Integer

Returns the value of attribute phase_1_lifetime_seconds.

Returns:

  • (::Integer)


15120
15121
15122
# File 'sig/types.rbs', line 15120

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.



15132
15133
15134
# File 'sig/types.rbs', line 15132

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.



15128
15129
15130
# File 'sig/types.rbs', line 15128

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.



15130
15131
15132
# File 'sig/types.rbs', line 15130

def phase_2_integrity_algorithms
  @phase_2_integrity_algorithms
end

#phase_2_lifetime_seconds::Integer

Returns the value of attribute phase_2_lifetime_seconds.

Returns:

  • (::Integer)


15121
15122
15123
# File 'sig/types.rbs', line 15121

def phase_2_lifetime_seconds
  @phase_2_lifetime_seconds
end

#pre_shared_key::String

Returns the value of attribute pre_shared_key.

Returns:

  • (::String)


15119
15120
15121
# File 'sig/types.rbs', line 15119

def pre_shared_key
  @pre_shared_key
end

#rekey_fuzz_percentage::Integer

Returns the value of attribute rekey_fuzz_percentage.

Returns:

  • (::Integer)


15123
15124
15125
# File 'sig/types.rbs', line 15123

def rekey_fuzz_percentage
  @rekey_fuzz_percentage
end

#rekey_margin_time_seconds::Integer

Returns the value of attribute rekey_margin_time_seconds.

Returns:

  • (::Integer)


15122
15123
15124
# File 'sig/types.rbs', line 15122

def rekey_margin_time_seconds
  @rekey_margin_time_seconds
end

#replay_window_size::Integer

Returns the value of attribute replay_window_size.

Returns:

  • (::Integer)


15124
15125
15126
# File 'sig/types.rbs', line 15124

def replay_window_size
  @replay_window_size
end

#startup_action::String

Returns the value of attribute startup_action.

Returns:

  • (::String)


15134
15135
15136
# File 'sig/types.rbs', line 15134

def startup_action
  @startup_action
end

#tunnel_inside_cidr::String

Returns the value of attribute tunnel_inside_cidr.

Returns:

  • (::String)


15117
15118
15119
# File 'sig/types.rbs', line 15117

def tunnel_inside_cidr
  @tunnel_inside_cidr
end

#tunnel_inside_ipv_6_cidr::String

Returns the value of attribute tunnel_inside_ipv_6_cidr.

Returns:

  • (::String)


15118
15119
15120
# File 'sig/types.rbs', line 15118

def tunnel_inside_ipv_6_cidr
  @tunnel_inside_ipv_6_cidr
end