class Aws::DirectConnect::Types::CreatePublicVirtualInterfaceRequest
@note When making an API call, you may pass CreatePublicVirtualInterfaceRequest
data as a hash: { connection_id: "ConnectionId", # required new_public_virtual_interface: { # 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", }, ], }, }
@!attribute [rw] connection_id
The ID of the connection. @return [String]
@!attribute [rw] new_public_virtual_interface
Information about the public virtual interface. @return [Types::NewPublicVirtualInterface]
@see docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/CreatePublicVirtualInterfaceRequest AWS API Documentation
Constants
- SENSITIVE