You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateVirtualInterfaceAttributesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  virtual_interface_id: "VirtualInterfaceId", # required
  mtu: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#mtuInteger

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

Returns:

  • (Integer)

    The maximum transmission unit (MTU), in bytes.

#virtual_interface_idString

The ID of the virtual private interface.

Returns:

  • (String)

    The ID of the virtual private interface.