Class: Aws::Types::NewTransitVirtualInterface

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


964
965
966
# File 'sig/types.rbs', line 964

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


958
959
960
# File 'sig/types.rbs', line 958

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


959
960
961
# File 'sig/types.rbs', line 959

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def auth_key
  @auth_key
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


963
964
965
# File 'sig/types.rbs', line 963

def customer_address
  @customer_address
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

Returns the value of attribute enable_site_link.

Returns:

  • (Boolean)


967
968
969
# File 'sig/types.rbs', line 967

def enable_site_link
  @enable_site_link
end

#mtu::Integer

Returns the value of attribute mtu.

Returns:

  • (::Integer)


960
961
962
# File 'sig/types.rbs', line 960

def mtu
  @mtu
end

#prefix_pool_allocated_count_ipv_4::Integer

Returns the value of attribute prefix_pool_allocated_count_ipv_4.

Returns:

  • (::Integer)


968
969
970
# File 'sig/types.rbs', line 968

def prefix_pool_allocated_count_ipv_4
  @prefix_pool_allocated_count_ipv_4
end

#prefix_pool_allocated_count_ipv_6::Integer

Returns the value of attribute prefix_pool_allocated_count_ipv_6.

Returns:

  • (::Integer)


969
970
971
# File 'sig/types.rbs', line 969

def prefix_pool_allocated_count_ipv_6
  @prefix_pool_allocated_count_ipv_6
end

#rate_limit::String

Returns the value of attribute rate_limit.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def rate_limit
  @rate_limit
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



966
967
968
# File 'sig/types.rbs', line 966

def tags
  @tags
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.

Returns:

  • (::String)


956
957
958
# File 'sig/types.rbs', line 956

def virtual_interface_name
  @virtual_interface_name
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


957
958
959
# File 'sig/types.rbs', line 957

def vlan
  @vlan
end