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)


14490
14491
14492
# File 'sig/types.rbs', line 14490

def dpd_timeout_action
  @dpd_timeout_action
end

#dpd_timeout_seconds::Integer

Returns the value of attribute dpd_timeout_seconds.

Returns:

  • (::Integer)


14489
14490
14491
# File 'sig/types.rbs', line 14489

def dpd_timeout_seconds
  @dpd_timeout_seconds
end

#enable_tunnel_lifecycle_controlBoolean

Returns the value of attribute enable_tunnel_lifecycle_control.

Returns:

  • (Boolean)


14500
14501
14502
# File 'sig/types.rbs', line 14500

def enable_tunnel_lifecycle_control
  @enable_tunnel_lifecycle_control
end

#ike_versions::Array[Types::IKEVersionsRequestListValue]

Returns the value of attribute ike_versions.



14497
14498
14499
# File 'sig/types.rbs', line 14497

def ike_versions
  @ike_versions
end

#log_optionsTypes::VpnTunnelLogOptionsSpecification

Returns the value of attribute log_options.



14499
14500
14501
# File 'sig/types.rbs', line 14499

def log_options
  @log_options
end

#phase_1_dh_group_numbers::Array[Types::Phase1DHGroupNumbersRequestListValue]

Returns the value of attribute phase_1_dh_group_numbers.



14495
14496
14497
# File 'sig/types.rbs', line 14495

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.



14491
14492
14493
# File 'sig/types.rbs', line 14491

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.



14493
14494
14495
# File 'sig/types.rbs', line 14493

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)


14484
14485
14486
# File 'sig/types.rbs', line 14484

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.



14496
14497
14498
# File 'sig/types.rbs', line 14496

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.



14492
14493
14494
# File 'sig/types.rbs', line 14492

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.



14494
14495
14496
# File 'sig/types.rbs', line 14494

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)


14485
14486
14487
# File 'sig/types.rbs', line 14485

def phase_2_lifetime_seconds
  @phase_2_lifetime_seconds
end

#pre_shared_key::String

Returns the value of attribute pre_shared_key.

Returns:

  • (::String)


14483
14484
14485
# File 'sig/types.rbs', line 14483

def pre_shared_key
  @pre_shared_key
end

#rekey_fuzz_percentage::Integer

Returns the value of attribute rekey_fuzz_percentage.

Returns:

  • (::Integer)


14487
14488
14489
# File 'sig/types.rbs', line 14487

def rekey_fuzz_percentage
  @rekey_fuzz_percentage
end

#rekey_margin_time_seconds::Integer

Returns the value of attribute rekey_margin_time_seconds.

Returns:

  • (::Integer)


14486
14487
14488
# File 'sig/types.rbs', line 14486

def rekey_margin_time_seconds
  @rekey_margin_time_seconds
end

#replay_window_size::Integer

Returns the value of attribute replay_window_size.

Returns:

  • (::Integer)


14488
14489
14490
# File 'sig/types.rbs', line 14488

def replay_window_size
  @replay_window_size
end

#startup_action::String

Returns the value of attribute startup_action.

Returns:

  • (::String)


14498
14499
14500
# File 'sig/types.rbs', line 14498

def startup_action
  @startup_action
end

#tunnel_inside_cidr::String

Returns the value of attribute tunnel_inside_cidr.

Returns:

  • (::String)


14481
14482
14483
# File 'sig/types.rbs', line 14481

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)


14482
14483
14484
# File 'sig/types.rbs', line 14482

def tunnel_inside_ipv_6_cidr
  @tunnel_inside_ipv_6_cidr
end