You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DirectConnect::Types::CreatePrivateVirtualInterfaceRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DirectConnect::Types::CreatePrivateVirtualInterfaceRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing CreatePrivateVirtualInterfaceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  connection_id: "ConnectionId", # required
  new_private_virtual_interface: { # required
    virtual_interface_name: "VirtualInterfaceName", # required
    vlan: 1, # required
    asn: 1, # required
    mtu: 1,
    auth_key: "BGPAuthKey",
    amazon_address: "AmazonAddress",
    customer_address: "CustomerAddress",
    address_family: "ipv4", # accepts ipv4, ipv6
    virtual_gateway_id: "VirtualGatewayId",
    direct_connect_gateway_id: "DirectConnectGatewayId",
    tags: [
      {
        key: "TagKey", # required
        value: "TagValue",
      },
    ],
  },
}
Instance Attribute Summary collapse
- 
  
    
      #connection_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the connection. 
- 
  
    
      #new_private_virtual_interface  ⇒ Types::NewPrivateVirtualInterface 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the private virtual interface. 
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection.
#new_private_virtual_interface ⇒ Types::NewPrivateVirtualInterface
Information about the private virtual interface.