Class: Aws::Types::VirtualInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_family"ipv4", "ipv6"

Returns the value of attribute address_family.

Returns:

  • ("ipv4", "ipv6")


1052
1053
1054
# File 'sig/types.rbs', line 1052

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def amazon_address
  @amazon_address
end

#amazon_side_asn::Integer

Returns the value of attribute amazon_side_asn.

Returns:

  • (::Integer)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def amazon_side_asn
  @amazon_side_asn
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


1046
1047
1048
# File 'sig/types.rbs', line 1046

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def auth_key
  @auth_key
end

#aws_device_v2::String

Returns the value of attribute aws_device_v2.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def aws_device_v2
  @aws_device_v2
end

#aws_logical_device_id::String

Returns the value of attribute aws_logical_device_id.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def aws_logical_device_id
  @aws_logical_device_id
end

#bgp_peers::Array[Types::BGPPeer]

Returns the value of attribute bgp_peers.

Returns:



1060
1061
1062
# File 'sig/types.rbs', line 1060

def bgp_peers
  @bgp_peers
end

#connection_id::String

Returns the value of attribute connection_id.

Returns:

  • (::String)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def connection_id
  @connection_id
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def customer_address
  @customer_address
end

#customer_router_config::String

Returns the value of attribute customer_router_config.

Returns:

  • (::String)


1054
1055
1056
# File 'sig/types.rbs', line 1054

def customer_router_config
  @customer_router_config
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


1058
1059
1060
# File 'sig/types.rbs', line 1058

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

#jumbo_frame_capableBoolean

Returns the value of attribute jumbo_frame_capable.

Returns:

  • (Boolean)


1056
1057
1058
# File 'sig/types.rbs', line 1056

def jumbo_frame_capable
  @jumbo_frame_capable
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1041
1042
1043
# File 'sig/types.rbs', line 1041

def location
  @location
end

#mtu::Integer

Returns the value of attribute mtu.

Returns:

  • (::Integer)


1055
1056
1057
# File 'sig/types.rbs', line 1055

def mtu
  @mtu
end

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def 
  @owner_account
end

#rate_limit::String

Returns the value of attribute rate_limit.

Returns:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def rate_limit
  @rate_limit
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def region
  @region
end

#route_filter_prefixes::Array[Types::RouteFilterPrefix]

Returns the value of attribute route_filter_prefixes.

Returns:



1059
1060
1061
# File 'sig/types.rbs', line 1059

def route_filter_prefixes
  @route_filter_prefixes
end

Returns the value of attribute site_link_enabled.

Returns:

  • (Boolean)


1065
1066
1067
# File 'sig/types.rbs', line 1065

def site_link_enabled
  @site_link_enabled
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1064
1065
1066
# File 'sig/types.rbs', line 1064

def tags
  @tags
end

#virtual_gateway_id::String

Returns the value of attribute virtual_gateway_id.

Returns:

  • (::String)


1057
1058
1059
# File 'sig/types.rbs', line 1057

def virtual_gateway_id
  @virtual_gateway_id
end

#virtual_interface_id::String

Returns the value of attribute virtual_interface_id.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def virtual_interface_id
  @virtual_interface_id
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def virtual_interface_name
  @virtual_interface_name
end

#virtual_interface_state"confirming", ...

Returns the value of attribute virtual_interface_state.

Returns:

  • ("confirming", "verifying", "pending", "available", "down", "testing", "deleting", "deleted", "rejected", "unknown")


1053
1054
1055
# File 'sig/types.rbs', line 1053

def virtual_interface_state
  @virtual_interface_state
end

#virtual_interface_type::String

Returns the value of attribute virtual_interface_type.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def virtual_interface_type
  @virtual_interface_type
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def vlan
  @vlan
end