Class: Aws::Types::VpnTunnelOptionsSpecification

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)


19948
19949
19950
# File 'sig/types.rbs', line 19948

def dpd_timeout_action
  @dpd_timeout_action
end

#dpd_timeout_seconds::Integer

Returns the value of attribute dpd_timeout_seconds.

Returns:

  • (::Integer)


19947
19948
19949
# File 'sig/types.rbs', line 19947

def dpd_timeout_seconds
  @dpd_timeout_seconds
end

#enable_tunnel_lifecycle_controlBoolean

Returns the value of attribute enable_tunnel_lifecycle_control.

Returns:

  • (Boolean)


19958
19959
19960
# File 'sig/types.rbs', line 19958

def enable_tunnel_lifecycle_control
  @enable_tunnel_lifecycle_control
end

#ike_versions::Array[Types::IKEVersionsRequestListValue]

Returns the value of attribute ike_versions.



19955
19956
19957
# File 'sig/types.rbs', line 19955

def ike_versions
  @ike_versions
end

#log_optionsTypes::VpnTunnelLogOptionsSpecification

Returns the value of attribute log_options.



19957
19958
19959
# File 'sig/types.rbs', line 19957

def log_options
  @log_options
end

#phase_1_dh_group_numbers::Array[Types::Phase1DHGroupNumbersRequestListValue]

Returns the value of attribute phase_1_dh_group_numbers.



19953
19954
19955
# File 'sig/types.rbs', line 19953

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.



19949
19950
19951
# File 'sig/types.rbs', line 19949

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.



19951
19952
19953
# File 'sig/types.rbs', line 19951

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)


19942
19943
19944
# File 'sig/types.rbs', line 19942

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.



19954
19955
19956
# File 'sig/types.rbs', line 19954

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.



19950
19951
19952
# File 'sig/types.rbs', line 19950

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.



19952
19953
19954
# File 'sig/types.rbs', line 19952

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)


19943
19944
19945
# File 'sig/types.rbs', line 19943

def phase_2_lifetime_seconds
  @phase_2_lifetime_seconds
end

#pre_shared_key::String

Returns the value of attribute pre_shared_key.

Returns:

  • (::String)


19941
19942
19943
# File 'sig/types.rbs', line 19941

def pre_shared_key
  @pre_shared_key
end

#rekey_fuzz_percentage::Integer

Returns the value of attribute rekey_fuzz_percentage.

Returns:

  • (::Integer)


19945
19946
19947
# File 'sig/types.rbs', line 19945

def rekey_fuzz_percentage
  @rekey_fuzz_percentage
end

#rekey_margin_time_seconds::Integer

Returns the value of attribute rekey_margin_time_seconds.

Returns:

  • (::Integer)


19944
19945
19946
# File 'sig/types.rbs', line 19944

def rekey_margin_time_seconds
  @rekey_margin_time_seconds
end

#replay_window_size::Integer

Returns the value of attribute replay_window_size.

Returns:

  • (::Integer)


19946
19947
19948
# File 'sig/types.rbs', line 19946

def replay_window_size
  @replay_window_size
end

#startup_action::String

Returns the value of attribute startup_action.

Returns:

  • (::String)


19956
19957
19958
# File 'sig/types.rbs', line 19956

def startup_action
  @startup_action
end

#tunnel_inside_cidr::String

Returns the value of attribute tunnel_inside_cidr.

Returns:

  • (::String)


19939
19940
19941
# File 'sig/types.rbs', line 19939

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)


19940
19941
19942
# File 'sig/types.rbs', line 19940

def tunnel_inside_ipv_6_cidr
  @tunnel_inside_ipv_6_cidr
end