Class: Aws::Types::ActiveVpnTunnelStatus
- Inherits:
-
Object
- Object
- Aws::Types::ActiveVpnTunnelStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ike_version ⇒ ::String
Returns the value of attribute ike_version.
-
#phase_1_dh_group ⇒ ::Integer
Returns the value of attribute phase_1_dh_group.
-
#phase_1_encryption_algorithm ⇒ ::String
Returns the value of attribute phase_1_encryption_algorithm.
-
#phase_1_integrity_algorithm ⇒ ::String
Returns the value of attribute phase_1_integrity_algorithm.
-
#phase_2_dh_group ⇒ ::Integer
Returns the value of attribute phase_2_dh_group.
-
#phase_2_encryption_algorithm ⇒ ::String
Returns the value of attribute phase_2_encryption_algorithm.
-
#phase_2_integrity_algorithm ⇒ ::String
Returns the value of attribute phase_2_integrity_algorithm.
-
#provisioning_status ⇒ "available", ...
Returns the value of attribute provisioning_status.
-
#provisioning_status_reason ⇒ ::String
Returns the value of attribute provisioning_status_reason.
Instance Attribute Details
#ike_version ⇒ ::String
Returns the value of attribute ike_version.
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.
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.
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.
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.
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.
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.
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.
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.
210 211 212 |
# File 'sig/types.rbs', line 210 def provisioning_status_reason @provisioning_status_reason end |