Class: Aws::Types::VpnConnection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:customer_gateway_configuration])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


19186
19187
19188
# File 'sig/types.rbs', line 19186

def category
  @category
end

#core_network_arn::String

Returns the value of attribute core_network_arn.

Returns:

  • (::String)


19189
19190
19191
# File 'sig/types.rbs', line 19189

def core_network_arn
  @core_network_arn
end

#core_network_attachment_arn::String

Returns the value of attribute core_network_attachment_arn.

Returns:

  • (::String)


19190
19191
19192
# File 'sig/types.rbs', line 19190

def core_network_attachment_arn
  @core_network_attachment_arn
end

#customer_gateway_configuration::String

Returns the value of attribute customer_gateway_configuration.

Returns:

  • (::String)


19199
19200
19201
# File 'sig/types.rbs', line 19199

def customer_gateway_configuration
  @customer_gateway_configuration
end

#customer_gateway_id::String

Returns the value of attribute customer_gateway_id.

Returns:

  • (::String)


19201
19202
19203
# File 'sig/types.rbs', line 19201

def customer_gateway_id
  @customer_gateway_id
end

#gateway_association_state"associated", ...

Returns the value of attribute gateway_association_state.

Returns:

  • ("associated", "not-associated", "associating", "disassociating")


19191
19192
19193
# File 'sig/types.rbs', line 19191

def gateway_association_state
  @gateway_association_state
end

#optionsTypes::VpnConnectionOptions

Returns the value of attribute options.



19192
19193
19194
# File 'sig/types.rbs', line 19192

def options
  @options
end

#pre_shared_key_arn::String

Returns the value of attribute pre_shared_key_arn.

Returns:

  • (::String)


19196
19197
19198
# File 'sig/types.rbs', line 19196

def pre_shared_key_arn
  @pre_shared_key_arn
end

#routes::Array[Types::VpnStaticRoute]

Returns the value of attribute routes.

Returns:



19193
19194
19195
# File 'sig/types.rbs', line 19193

def routes
  @routes
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "available", "deleting", "deleted")


19198
19199
19200
# File 'sig/types.rbs', line 19198

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19194
19195
19196
# File 'sig/types.rbs', line 19194

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


19187
19188
19189
# File 'sig/types.rbs', line 19187

def transit_gateway_id
  @transit_gateway_id
end

#type"ipsec.1"

Returns the value of attribute type.

Returns:

  • ("ipsec.1")


19200
19201
19202
# File 'sig/types.rbs', line 19200

def type
  @type
end

#vgw_telemetry::Array[Types::VgwTelemetry]

Returns the value of attribute vgw_telemetry.

Returns:



19195
19196
19197
# File 'sig/types.rbs', line 19195

def vgw_telemetry
  @vgw_telemetry
end

#vpn_concentrator_id::String

Returns the value of attribute vpn_concentrator_id.

Returns:

  • (::String)


19188
19189
19190
# File 'sig/types.rbs', line 19188

def vpn_concentrator_id
  @vpn_concentrator_id
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


19197
19198
19199
# File 'sig/types.rbs', line 19197

def vpn_connection_id
  @vpn_connection_id
end

#vpn_gateway_id::String

Returns the value of attribute vpn_gateway_id.

Returns:

  • (::String)


19202
19203
19204
# File 'sig/types.rbs', line 19202

def vpn_gateway_id
  @vpn_gateway_id
end