Class: Aws::Types::VpnConnection
- Inherits:
-
Object
- Object
- Aws::Types::VpnConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#core_network_arn ⇒ ::String
Returns the value of attribute core_network_arn.
-
#core_network_attachment_arn ⇒ ::String
Returns the value of attribute core_network_attachment_arn.
-
#customer_gateway_configuration ⇒ ::String
Returns the value of attribute customer_gateway_configuration.
-
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
-
#gateway_association_state ⇒ "associated", ...
Returns the value of attribute gateway_association_state.
-
#options ⇒ Types::VpnConnectionOptions
Returns the value of attribute options.
-
#pre_shared_key_arn ⇒ ::String
Returns the value of attribute pre_shared_key_arn.
-
#routes ⇒ ::Array[Types::VpnStaticRoute]
Returns the value of attribute routes.
-
#state ⇒ "pending", ...
Returns the value of attribute state.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
-
#type ⇒ "ipsec.1"
Returns the value of attribute type.
-
#vgw_telemetry ⇒ ::Array[Types::VgwTelemetry]
Returns the value of attribute vgw_telemetry.
-
#vpn_concentrator_id ⇒ ::String
Returns the value of attribute vpn_concentrator_id.
-
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
-
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
19513 19514 19515 |
# File 'sig/types.rbs', line 19513 def category @category end |
#core_network_arn ⇒ ::String
Returns the value of attribute core_network_arn.
19516 19517 19518 |
# File 'sig/types.rbs', line 19516 def core_network_arn @core_network_arn end |
#core_network_attachment_arn ⇒ ::String
Returns the value of attribute core_network_attachment_arn.
19517 19518 19519 |
# File 'sig/types.rbs', line 19517 def @core_network_attachment_arn end |
#customer_gateway_configuration ⇒ ::String
Returns the value of attribute customer_gateway_configuration.
19526 19527 19528 |
# File 'sig/types.rbs', line 19526 def customer_gateway_configuration @customer_gateway_configuration end |
#customer_gateway_id ⇒ ::String
Returns the value of attribute customer_gateway_id.
19528 19529 19530 |
# File 'sig/types.rbs', line 19528 def customer_gateway_id @customer_gateway_id end |
#gateway_association_state ⇒ "associated", ...
Returns the value of attribute gateway_association_state.
19518 19519 19520 |
# File 'sig/types.rbs', line 19518 def gateway_association_state @gateway_association_state end |
#options ⇒ Types::VpnConnectionOptions
Returns the value of attribute options.
19519 19520 19521 |
# File 'sig/types.rbs', line 19519 def @options end |
#pre_shared_key_arn ⇒ ::String
Returns the value of attribute pre_shared_key_arn.
19523 19524 19525 |
# File 'sig/types.rbs', line 19523 def pre_shared_key_arn @pre_shared_key_arn end |
#routes ⇒ ::Array[Types::VpnStaticRoute]
Returns the value of attribute routes.
19520 19521 19522 |
# File 'sig/types.rbs', line 19520 def routes @routes end |
#state ⇒ "pending", ...
Returns the value of attribute state.
19525 19526 19527 |
# File 'sig/types.rbs', line 19525 def state @state end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
19521 19522 19523 |
# File 'sig/types.rbs', line 19521 def @tags end |
#transit_gateway_id ⇒ ::String
Returns the value of attribute transit_gateway_id.
19514 19515 19516 |
# File 'sig/types.rbs', line 19514 def transit_gateway_id @transit_gateway_id end |
#type ⇒ "ipsec.1"
Returns the value of attribute type.
19527 19528 19529 |
# File 'sig/types.rbs', line 19527 def type @type end |
#vgw_telemetry ⇒ ::Array[Types::VgwTelemetry]
Returns the value of attribute vgw_telemetry.
19522 19523 19524 |
# File 'sig/types.rbs', line 19522 def vgw_telemetry @vgw_telemetry end |
#vpn_concentrator_id ⇒ ::String
Returns the value of attribute vpn_concentrator_id.
19515 19516 19517 |
# File 'sig/types.rbs', line 19515 def vpn_concentrator_id @vpn_concentrator_id end |
#vpn_connection_id ⇒ ::String
Returns the value of attribute vpn_connection_id.
19524 19525 19526 |
# File 'sig/types.rbs', line 19524 def vpn_connection_id @vpn_connection_id end |
#vpn_gateway_id ⇒ ::String
Returns the value of attribute vpn_gateway_id.
19529 19530 19531 |
# File 'sig/types.rbs', line 19529 def vpn_gateway_id @vpn_gateway_id end |