Class: Aws::DirectConnect::Types::UpdateVirtualInterfaceAttributesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Indicates whether to enable or disable SiteLink.

Returns:

  • (Boolean)


4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'lib/aws-sdk-directconnect/types.rb', line 4471

class UpdateVirtualInterfaceAttributesRequest < Struct.new(
  :virtual_interface_id,
  :mtu,
  :enable_site_link,
  :virtual_interface_name,
  :prefix_pool_allocated_count_ipv_4,
  :prefix_pool_allocated_count_ipv_6,
  :rate_limit)
  SENSITIVE = []
  include Aws::Structure
end

#mtuInteger

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 8500. The default value is 1500.

Returns:

  • (Integer)


4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'lib/aws-sdk-directconnect/types.rb', line 4471

class UpdateVirtualInterfaceAttributesRequest < Struct.new(
  :virtual_interface_id,
  :mtu,
  :enable_site_link,
  :virtual_interface_name,
  :prefix_pool_allocated_count_ipv_4,
  :prefix_pool_allocated_count_ipv_6,
  :rate_limit)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_pool_allocated_count_ipv_4Integer

The number of inbound IPv4 route prefixes to allocate to the virtual interface. Not applicable to public virtual interfaces.

Returns:

  • (Integer)


4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'lib/aws-sdk-directconnect/types.rb', line 4471

class UpdateVirtualInterfaceAttributesRequest < Struct.new(
  :virtual_interface_id,
  :mtu,
  :enable_site_link,
  :virtual_interface_name,
  :prefix_pool_allocated_count_ipv_4,
  :prefix_pool_allocated_count_ipv_6,
  :rate_limit)
  SENSITIVE = []
  include Aws::Structure
end

#prefix_pool_allocated_count_ipv_6Integer

The number of inbound IPv6 route prefixes to allocate to the virtual interface. Not applicable to public virtual interfaces.

Returns:

  • (Integer)


4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'lib/aws-sdk-directconnect/types.rb', line 4471

class UpdateVirtualInterfaceAttributesRequest < Struct.new(
  :virtual_interface_id,
  :mtu,
  :enable_site_link,
  :virtual_interface_name,
  :prefix_pool_allocated_count_ipv_4,
  :prefix_pool_allocated_count_ipv_6,
  :rate_limit)
  SENSITIVE = []
  include Aws::Structure
end

#rate_limitString

The rate limit (bandwidth allocation) to apply to the virtual interface. Use this to update the bandwidth allocation on an existing virtual interface.

Returns:

  • (String)


4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'lib/aws-sdk-directconnect/types.rb', line 4471

class UpdateVirtualInterfaceAttributesRequest < Struct.new(
  :virtual_interface_id,
  :mtu,
  :enable_site_link,
  :virtual_interface_name,
  :prefix_pool_allocated_count_ipv_4,
  :prefix_pool_allocated_count_ipv_6,
  :rate_limit)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_interface_idString

The ID of the virtual private interface.

Returns:

  • (String)


4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'lib/aws-sdk-directconnect/types.rb', line 4471

class UpdateVirtualInterfaceAttributesRequest < Struct.new(
  :virtual_interface_id,
  :mtu,
  :enable_site_link,
  :virtual_interface_name,
  :prefix_pool_allocated_count_ipv_4,
  :prefix_pool_allocated_count_ipv_6,
  :rate_limit)
  SENSITIVE = []
  include Aws::Structure
end

#virtual_interface_nameString

The name of the virtual private interface.

Returns:

  • (String)


4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'lib/aws-sdk-directconnect/types.rb', line 4471

class UpdateVirtualInterfaceAttributesRequest < Struct.new(
  :virtual_interface_id,
  :mtu,
  :enable_site_link,
  :virtual_interface_name,
  :prefix_pool_allocated_count_ipv_4,
  :prefix_pool_allocated_count_ipv_6,
  :rate_limit)
  SENSITIVE = []
  include Aws::Structure
end