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)


19873
19874
19875
# File 'sig/types.rbs', line 19873

def category
  @category
end

#core_network_arn::String

Returns the value of attribute core_network_arn.

Returns:

  • (::String)


19876
19877
19878
# File 'sig/types.rbs', line 19876

def core_network_arn
  @core_network_arn
end

#core_network_attachment_arn::String

Returns the value of attribute core_network_attachment_arn.

Returns:

  • (::String)


19877
19878
19879
# File 'sig/types.rbs', line 19877

def core_network_attachment_arn
  @core_network_attachment_arn
end

#customer_gateway_configuration::String

Returns the value of attribute customer_gateway_configuration.

Returns:

  • (::String)


19886
19887
19888
# File 'sig/types.rbs', line 19886

def customer_gateway_configuration
  @customer_gateway_configuration
end

#customer_gateway_id::String

Returns the value of attribute customer_gateway_id.

Returns:

  • (::String)


19888
19889
19890
# File 'sig/types.rbs', line 19888

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")


19878
19879
19880
# File 'sig/types.rbs', line 19878

def gateway_association_state
  @gateway_association_state
end

#optionsTypes::VpnConnectionOptions

Returns the value of attribute options.



19879
19880
19881
# File 'sig/types.rbs', line 19879

def options
  @options
end

#pre_shared_key_arn::String

Returns the value of attribute pre_shared_key_arn.

Returns:

  • (::String)


19883
19884
19885
# File 'sig/types.rbs', line 19883

def pre_shared_key_arn
  @pre_shared_key_arn
end

#routes::Array[Types::VpnStaticRoute]

Returns the value of attribute routes.

Returns:



19880
19881
19882
# File 'sig/types.rbs', line 19880

def routes
  @routes
end

#state"pending", ...

Returns the value of attribute state.

Returns:

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


19885
19886
19887
# File 'sig/types.rbs', line 19885

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



19881
19882
19883
# File 'sig/types.rbs', line 19881

def tags
  @tags
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


19874
19875
19876
# File 'sig/types.rbs', line 19874

def transit_gateway_id
  @transit_gateway_id
end

#type"ipsec.1"

Returns the value of attribute type.

Returns:

  • ("ipsec.1")


19887
19888
19889
# File 'sig/types.rbs', line 19887

def type
  @type
end

#vgw_telemetry::Array[Types::VgwTelemetry]

Returns the value of attribute vgw_telemetry.

Returns:



19882
19883
19884
# File 'sig/types.rbs', line 19882

def vgw_telemetry
  @vgw_telemetry
end

#vpn_concentrator_id::String

Returns the value of attribute vpn_concentrator_id.

Returns:

  • (::String)


19875
19876
19877
# File 'sig/types.rbs', line 19875

def vpn_concentrator_id
  @vpn_concentrator_id
end

#vpn_connection_id::String

Returns the value of attribute vpn_connection_id.

Returns:

  • (::String)


19884
19885
19886
# File 'sig/types.rbs', line 19884

def vpn_connection_id
  @vpn_connection_id
end

#vpn_gateway_id::String

Returns the value of attribute vpn_gateway_id.

Returns:

  • (::String)


19889
19890
19891
# File 'sig/types.rbs', line 19889

def vpn_gateway_id
  @vpn_gateway_id
end