Class: Aws::Types::ActiveVpnTunnelStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ike_version::String

Returns the value of attribute ike_version.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def ike_version
  @ike_version
end

#phase_1_dh_group::Integer

Returns the value of attribute phase_1_dh_group.

Returns:

  • (::Integer)


206
207
208
# File 'sig/types.rbs', line 206

def phase_1_dh_group
  @phase_1_dh_group
end

#phase_1_encryption_algorithm::String

Returns the value of attribute phase_1_encryption_algorithm.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def phase_1_encryption_algorithm
  @phase_1_encryption_algorithm
end

#phase_1_integrity_algorithm::String

Returns the value of attribute phase_1_integrity_algorithm.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def phase_1_integrity_algorithm
  @phase_1_integrity_algorithm
end

#phase_2_dh_group::Integer

Returns the value of attribute phase_2_dh_group.

Returns:

  • (::Integer)


207
208
209
# File 'sig/types.rbs', line 207

def phase_2_dh_group
  @phase_2_dh_group
end

#phase_2_encryption_algorithm::String

Returns the value of attribute phase_2_encryption_algorithm.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def phase_2_encryption_algorithm
  @phase_2_encryption_algorithm
end

#phase_2_integrity_algorithm::String

Returns the value of attribute phase_2_integrity_algorithm.

Returns:

  • (::String)


205
206
207
# File 'sig/types.rbs', line 205

def phase_2_integrity_algorithm
  @phase_2_integrity_algorithm
end

#provisioning_status"available", ...

Returns the value of attribute provisioning_status.

Returns:

  • ("available", "pending", "failed")


209
210
211
# File 'sig/types.rbs', line 209

def provisioning_status
  @provisioning_status
end

#provisioning_status_reason::String

Returns the value of attribute provisioning_status_reason.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def provisioning_status_reason
  @provisioning_status_reason
end