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)


14787
14788
14789
# File 'sig/types.rbs', line 14787

def dpd_timeout_action
  @dpd_timeout_action
end

#dpd_timeout_seconds::Integer

Returns the value of attribute dpd_timeout_seconds.

Returns:

  • (::Integer)


14786
14787
14788
# File 'sig/types.rbs', line 14786

def dpd_timeout_seconds
  @dpd_timeout_seconds
end

#enable_tunnel_lifecycle_controlBoolean

Returns the value of attribute enable_tunnel_lifecycle_control.

Returns:

  • (Boolean)


14797
14798
14799
# File 'sig/types.rbs', line 14797

def enable_tunnel_lifecycle_control
  @enable_tunnel_lifecycle_control
end

#ike_versions::Array[Types::IKEVersionsRequestListValue]

Returns the value of attribute ike_versions.



14794
14795
14796
# File 'sig/types.rbs', line 14794

def ike_versions
  @ike_versions
end

#log_optionsTypes::VpnTunnelLogOptionsSpecification

Returns the value of attribute log_options.



14796
14797
14798
# File 'sig/types.rbs', line 14796

def log_options
  @log_options
end

#phase_1_dh_group_numbers::Array[Types::Phase1DHGroupNumbersRequestListValue]

Returns the value of attribute phase_1_dh_group_numbers.



14792
14793
14794
# File 'sig/types.rbs', line 14792

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.



14788
14789
14790
# File 'sig/types.rbs', line 14788

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.



14790
14791
14792
# File 'sig/types.rbs', line 14790

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)


14781
14782
14783
# File 'sig/types.rbs', line 14781

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.



14793
14794
14795
# File 'sig/types.rbs', line 14793

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.



14789
14790
14791
# File 'sig/types.rbs', line 14789

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.



14791
14792
14793
# File 'sig/types.rbs', line 14791

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)


14782
14783
14784
# File 'sig/types.rbs', line 14782

def phase_2_lifetime_seconds
  @phase_2_lifetime_seconds
end

#pre_shared_key::String

Returns the value of attribute pre_shared_key.

Returns:

  • (::String)


14780
14781
14782
# File 'sig/types.rbs', line 14780

def pre_shared_key
  @pre_shared_key
end

#rekey_fuzz_percentage::Integer

Returns the value of attribute rekey_fuzz_percentage.

Returns:

  • (::Integer)


14784
14785
14786
# File 'sig/types.rbs', line 14784

def rekey_fuzz_percentage
  @rekey_fuzz_percentage
end

#rekey_margin_time_seconds::Integer

Returns the value of attribute rekey_margin_time_seconds.

Returns:

  • (::Integer)


14783
14784
14785
# File 'sig/types.rbs', line 14783

def rekey_margin_time_seconds
  @rekey_margin_time_seconds
end

#replay_window_size::Integer

Returns the value of attribute replay_window_size.

Returns:

  • (::Integer)


14785
14786
14787
# File 'sig/types.rbs', line 14785

def replay_window_size
  @replay_window_size
end

#startup_action::String

Returns the value of attribute startup_action.

Returns:

  • (::String)


14795
14796
14797
# File 'sig/types.rbs', line 14795

def startup_action
  @startup_action
end

#tunnel_inside_cidr::String

Returns the value of attribute tunnel_inside_cidr.

Returns:

  • (::String)


14778
14779
14780
# File 'sig/types.rbs', line 14778

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)


14779
14780
14781
# File 'sig/types.rbs', line 14779

def tunnel_inside_ipv_6_cidr
  @tunnel_inside_ipv_6_cidr
end