Class: Aws::Types::TunnelOption

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)


18333
18334
18335
# File 'sig/types.rbs', line 18333

def dpd_timeout_action
  @dpd_timeout_action
end

#dpd_timeout_seconds::Integer

Returns the value of attribute dpd_timeout_seconds.

Returns:

  • (::Integer)


18332
18333
18334
# File 'sig/types.rbs', line 18332

def dpd_timeout_seconds
  @dpd_timeout_seconds
end

#enable_tunnel_lifecycle_controlBoolean

Returns the value of attribute enable_tunnel_lifecycle_control.

Returns:

  • (Boolean)


18343
18344
18345
# File 'sig/types.rbs', line 18343

def enable_tunnel_lifecycle_control
  @enable_tunnel_lifecycle_control
end

#ike_versions::Array[Types::IKEVersionsListValue]

Returns the value of attribute ike_versions.

Returns:



18340
18341
18342
# File 'sig/types.rbs', line 18340

def ike_versions
  @ike_versions
end

#log_optionsTypes::VpnTunnelLogOptions

Returns the value of attribute log_options.



18342
18343
18344
# File 'sig/types.rbs', line 18342

def log_options
  @log_options
end

#outside_ip_address::String

Returns the value of attribute outside_ip_address.

Returns:

  • (::String)


18323
18324
18325
# File 'sig/types.rbs', line 18323

def outside_ip_address
  @outside_ip_address
end

#phase_1_dh_group_numbers::Array[Types::Phase1DHGroupNumbersListValue]

Returns the value of attribute phase_1_dh_group_numbers.



18338
18339
18340
# File 'sig/types.rbs', line 18338

def phase_1_dh_group_numbers
  @phase_1_dh_group_numbers
end

#phase_1_encryption_algorithms::Array[Types::Phase1EncryptionAlgorithmsListValue]

Returns the value of attribute phase_1_encryption_algorithms.



18334
18335
18336
# File 'sig/types.rbs', line 18334

def phase_1_encryption_algorithms
  @phase_1_encryption_algorithms
end

#phase_1_integrity_algorithms::Array[Types::Phase1IntegrityAlgorithmsListValue]

Returns the value of attribute phase_1_integrity_algorithms.



18336
18337
18338
# File 'sig/types.rbs', line 18336

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)


18327
18328
18329
# File 'sig/types.rbs', line 18327

def phase_1_lifetime_seconds
  @phase_1_lifetime_seconds
end

#phase_2_dh_group_numbers::Array[Types::Phase2DHGroupNumbersListValue]

Returns the value of attribute phase_2_dh_group_numbers.



18339
18340
18341
# File 'sig/types.rbs', line 18339

def phase_2_dh_group_numbers
  @phase_2_dh_group_numbers
end

#phase_2_encryption_algorithms::Array[Types::Phase2EncryptionAlgorithmsListValue]

Returns the value of attribute phase_2_encryption_algorithms.



18335
18336
18337
# File 'sig/types.rbs', line 18335

def phase_2_encryption_algorithms
  @phase_2_encryption_algorithms
end

#phase_2_integrity_algorithms::Array[Types::Phase2IntegrityAlgorithmsListValue]

Returns the value of attribute phase_2_integrity_algorithms.



18337
18338
18339
# File 'sig/types.rbs', line 18337

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)


18328
18329
18330
# File 'sig/types.rbs', line 18328

def phase_2_lifetime_seconds
  @phase_2_lifetime_seconds
end

#pre_shared_key::String

Returns the value of attribute pre_shared_key.

Returns:

  • (::String)


18326
18327
18328
# File 'sig/types.rbs', line 18326

def pre_shared_key
  @pre_shared_key
end

#rekey_fuzz_percentage::Integer

Returns the value of attribute rekey_fuzz_percentage.

Returns:

  • (::Integer)


18330
18331
18332
# File 'sig/types.rbs', line 18330

def rekey_fuzz_percentage
  @rekey_fuzz_percentage
end

#rekey_margin_time_seconds::Integer

Returns the value of attribute rekey_margin_time_seconds.

Returns:

  • (::Integer)


18329
18330
18331
# File 'sig/types.rbs', line 18329

def rekey_margin_time_seconds
  @rekey_margin_time_seconds
end

#replay_window_size::Integer

Returns the value of attribute replay_window_size.

Returns:

  • (::Integer)


18331
18332
18333
# File 'sig/types.rbs', line 18331

def replay_window_size
  @replay_window_size
end

#startup_action::String

Returns the value of attribute startup_action.

Returns:

  • (::String)


18341
18342
18343
# File 'sig/types.rbs', line 18341

def startup_action
  @startup_action
end

#tunnel_inside_cidr::String

Returns the value of attribute tunnel_inside_cidr.

Returns:

  • (::String)


18324
18325
18326
# File 'sig/types.rbs', line 18324

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)


18325
18326
18327
# File 'sig/types.rbs', line 18325

def tunnel_inside_ipv_6_cidr
  @tunnel_inside_ipv_6_cidr
end