Class: Aws::Types::NewPrivateVirtualInterface

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


899
900
901
# File 'sig/types.rbs', line 899

def address_family
  @address_family
end

#amazon_address::String

Returns the value of attribute amazon_address.

Returns:

  • (::String)


897
898
899
# File 'sig/types.rbs', line 897

def amazon_address
  @amazon_address
end

#asn::Integer

Returns the value of attribute asn.

Returns:

  • (::Integer)


893
894
895
# File 'sig/types.rbs', line 893

def asn
  @asn
end

#asn_long::Integer

Returns the value of attribute asn_long.

Returns:

  • (::Integer)


894
895
896
# File 'sig/types.rbs', line 894

def asn_long
  @asn_long
end

#auth_key::String

Returns the value of attribute auth_key.

Returns:

  • (::String)


896
897
898
# File 'sig/types.rbs', line 896

def auth_key
  @auth_key
end

#customer_address::String

Returns the value of attribute customer_address.

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def customer_address
  @customer_address
end

#direct_connect_gateway_id::String

Returns the value of attribute direct_connect_gateway_id.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def direct_connect_gateway_id
  @direct_connect_gateway_id
end

Returns the value of attribute enable_site_link.

Returns:

  • (Boolean)


903
904
905
# File 'sig/types.rbs', line 903

def enable_site_link
  @enable_site_link
end

#mtu::Integer

Returns the value of attribute mtu.

Returns:

  • (::Integer)


895
896
897
# File 'sig/types.rbs', line 895

def mtu
  @mtu
end

#prefix_pool_allocated_count_ipv_4::Integer

Returns the value of attribute prefix_pool_allocated_count_ipv_4.

Returns:

  • (::Integer)


904
905
906
# File 'sig/types.rbs', line 904

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)


905
906
907
# File 'sig/types.rbs', line 905

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)


906
907
908
# File 'sig/types.rbs', line 906

def rate_limit
  @rate_limit
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



902
903
904
# File 'sig/types.rbs', line 902

def tags
  @tags
end

#virtual_gateway_id::String

Returns the value of attribute virtual_gateway_id.

Returns:

  • (::String)


900
901
902
# File 'sig/types.rbs', line 900

def virtual_gateway_id
  @virtual_gateway_id
end

#virtual_interface_name::String

Returns the value of attribute virtual_interface_name.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def virtual_interface_name
  @virtual_interface_name
end

#vlan::Integer

Returns the value of attribute vlan.

Returns:

  • (::Integer)


892
893
894
# File 'sig/types.rbs', line 892

def vlan
  @vlan
end