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
- Struct
- Aws::DirectConnect::Types::UpdateVirtualInterfaceAttributesRequest
- 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
-
#mtu ⇒ Integer
The maximum transmission unit (MTU), in bytes.
-
#virtual_interface_id ⇒ String
The ID of the virtual private interface.
Instance Attribute Details
#mtu ⇒ Integer
The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.
#virtual_interface_id ⇒ String
The ID of the virtual private interface.