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)


18983
18984
18985
# File 'sig/types.rbs', line 18983

def dpd_timeout_action
  @dpd_timeout_action
end

#dpd_timeout_seconds::Integer

Returns the value of attribute dpd_timeout_seconds.

Returns:

  • (::Integer)


18982
18983
18984
# File 'sig/types.rbs', line 18982

def dpd_timeout_seconds
  @dpd_timeout_seconds
end

#enable_tunnel_lifecycle_controlBoolean

Returns the value of attribute enable_tunnel_lifecycle_control.

Returns:

  • (Boolean)


18993
18994
18995
# File 'sig/types.rbs', line 18993

def enable_tunnel_lifecycle_control
  @enable_tunnel_lifecycle_control
end

#ike_versions::Array[Types::IKEVersionsListValue]

Returns the value of attribute ike_versions.

Returns:



18990
18991
18992
# File 'sig/types.rbs', line 18990

def ike_versions
  @ike_versions
end

#log_optionsTypes::VpnTunnelLogOptions

Returns the value of attribute log_options.



18992
18993
18994
# File 'sig/types.rbs', line 18992

def log_options
  @log_options
end

#outside_ip_address::String

Returns the value of attribute outside_ip_address.

Returns:

  • (::String)


18973
18974
18975
# File 'sig/types.rbs', line 18973

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.



18988
18989
18990
# File 'sig/types.rbs', line 18988

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.



18984
18985
18986
# File 'sig/types.rbs', line 18984

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.



18986
18987
18988
# File 'sig/types.rbs', line 18986

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)


18977
18978
18979
# File 'sig/types.rbs', line 18977

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.



18989
18990
18991
# File 'sig/types.rbs', line 18989

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.



18985
18986
18987
# File 'sig/types.rbs', line 18985

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.



18987
18988
18989
# File 'sig/types.rbs', line 18987

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)


18978
18979
18980
# File 'sig/types.rbs', line 18978

def phase_2_lifetime_seconds
  @phase_2_lifetime_seconds
end

#pre_shared_key::String

Returns the value of attribute pre_shared_key.

Returns:

  • (::String)


18976
18977
18978
# File 'sig/types.rbs', line 18976

def pre_shared_key
  @pre_shared_key
end

#rekey_fuzz_percentage::Integer

Returns the value of attribute rekey_fuzz_percentage.

Returns:

  • (::Integer)


18980
18981
18982
# File 'sig/types.rbs', line 18980

def rekey_fuzz_percentage
  @rekey_fuzz_percentage
end

#rekey_margin_time_seconds::Integer

Returns the value of attribute rekey_margin_time_seconds.

Returns:

  • (::Integer)


18979
18980
18981
# File 'sig/types.rbs', line 18979

def rekey_margin_time_seconds
  @rekey_margin_time_seconds
end

#replay_window_size::Integer

Returns the value of attribute replay_window_size.

Returns:

  • (::Integer)


18981
18982
18983
# File 'sig/types.rbs', line 18981

def replay_window_size
  @replay_window_size
end

#startup_action::String

Returns the value of attribute startup_action.

Returns:

  • (::String)


18991
18992
18993
# File 'sig/types.rbs', line 18991

def startup_action
  @startup_action
end

#tunnel_inside_cidr::String

Returns the value of attribute tunnel_inside_cidr.

Returns:

  • (::String)


18974
18975
18976
# File 'sig/types.rbs', line 18974

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)


18975
18976
18977
# File 'sig/types.rbs', line 18975

def tunnel_inside_ipv_6_cidr
  @tunnel_inside_ipv_6_cidr
end