Class: Aws::Types::AwsEc2VpnConnectionOptionsTunnelOptionsDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dpd_timeout_seconds::Integer

Returns the value of attribute dpd_timeout_seconds.

Returns:

  • (::Integer)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def dpd_timeout_seconds
  @dpd_timeout_seconds
end

#ike_versions::Array[::String]

Returns the value of attribute ike_versions.

Returns:

  • (::Array[::String])


1991
1992
1993
# File 'sig/types.rbs', line 1991

def ike_versions
  @ike_versions
end

#outside_ip_address::String

Returns the value of attribute outside_ip_address.

Returns:

  • (::String)


1992
1993
1994
# File 'sig/types.rbs', line 1992

def outside_ip_address
  @outside_ip_address
end

#phase_1_dh_group_numbers::Array[::Integer]

Returns the value of attribute phase_1_dh_group_numbers.

Returns:

  • (::Array[::Integer])


1993
1994
1995
# File 'sig/types.rbs', line 1993

def phase_1_dh_group_numbers
  @phase_1_dh_group_numbers
end

#phase_1_encryption_algorithms::Array[::String]

Returns the value of attribute phase_1_encryption_algorithms.

Returns:

  • (::Array[::String])


1994
1995
1996
# File 'sig/types.rbs', line 1994

def phase_1_encryption_algorithms
  @phase_1_encryption_algorithms
end

#phase_1_integrity_algorithms::Array[::String]

Returns the value of attribute phase_1_integrity_algorithms.

Returns:

  • (::Array[::String])


1995
1996
1997
# File 'sig/types.rbs', line 1995

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)


1996
1997
1998
# File 'sig/types.rbs', line 1996

def phase_1_lifetime_seconds
  @phase_1_lifetime_seconds
end

#phase_2_dh_group_numbers::Array[::Integer]

Returns the value of attribute phase_2_dh_group_numbers.

Returns:

  • (::Array[::Integer])


1997
1998
1999
# File 'sig/types.rbs', line 1997

def phase_2_dh_group_numbers
  @phase_2_dh_group_numbers
end

#phase_2_encryption_algorithms::Array[::String]

Returns the value of attribute phase_2_encryption_algorithms.

Returns:

  • (::Array[::String])


1998
1999
2000
# File 'sig/types.rbs', line 1998

def phase_2_encryption_algorithms
  @phase_2_encryption_algorithms
end

#phase_2_integrity_algorithms::Array[::String]

Returns the value of attribute phase_2_integrity_algorithms.

Returns:

  • (::Array[::String])


1999
2000
2001
# File 'sig/types.rbs', line 1999

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)


2000
2001
2002
# File 'sig/types.rbs', line 2000

def phase_2_lifetime_seconds
  @phase_2_lifetime_seconds
end

#pre_shared_key::String

Returns the value of attribute pre_shared_key.

Returns:

  • (::String)


2001
2002
2003
# File 'sig/types.rbs', line 2001

def pre_shared_key
  @pre_shared_key
end

#rekey_fuzz_percentage::Integer

Returns the value of attribute rekey_fuzz_percentage.

Returns:

  • (::Integer)


2002
2003
2004
# File 'sig/types.rbs', line 2002

def rekey_fuzz_percentage
  @rekey_fuzz_percentage
end

#rekey_margin_time_seconds::Integer

Returns the value of attribute rekey_margin_time_seconds.

Returns:

  • (::Integer)


2003
2004
2005
# File 'sig/types.rbs', line 2003

def rekey_margin_time_seconds
  @rekey_margin_time_seconds
end

#replay_window_size::Integer

Returns the value of attribute replay_window_size.

Returns:

  • (::Integer)


2004
2005
2006
# File 'sig/types.rbs', line 2004

def replay_window_size
  @replay_window_size
end

#tunnel_inside_cidr::String

Returns the value of attribute tunnel_inside_cidr.

Returns:

  • (::String)


2005
2006
2007
# File 'sig/types.rbs', line 2005

def tunnel_inside_cidr
  @tunnel_inside_cidr
end