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

Class: Aws::DirectConnect::Types::AllocatePublicVirtualInterfaceRequest

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

Overview

Note:

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

{
  connection_id: "ConnectionId", # required
  owner_account: "OwnerAccount", # required
  new_public_virtual_interface_allocation: { # required
    virtual_interface_name: "VirtualInterfaceName", # required
    vlan: 1, # required
    asn: 1, # required
    auth_key: "BGPAuthKey",
    amazon_address: "AmazonAddress",
    customer_address: "CustomerAddress",
    address_family: "ipv4", # accepts ipv4, ipv6
    route_filter_prefixes: [
      {
        cidr: "CIDR",
      },
    ],
    tags: [
      {
        key: "TagKey", # required
        value: "TagValue",
      },
    ],
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The ID of the connection on which the public virtual interface is provisioned.

Returns:

  • (String)

    The ID of the connection on which the public virtual interface is provisioned.

#new_public_virtual_interface_allocationTypes::NewPublicVirtualInterfaceAllocation

Information about the public virtual interface.

Returns:

#owner_accountString

The ID of the AWS account that owns the public virtual interface.

Returns:

  • (String)

    The ID of the AWS account that owns the public virtual interface.