Amazon.DirectConnect.AmazonDirectConnectClient.CreatePublicVirtualInterface C# (CSharp) Method

CreatePublicVirtualInterface() public method

Creates a new public virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A public virtual interface supports sending traffic to public services of AWS such as Amazon Simple Storage Service (Amazon S3).

When creating an IPv6 public virtual interface (addressFamily is 'ipv6'), the customer and amazon address fields should be left blank to use auto-assigned IPv6 space. Custom IPv6 Addresses are currently not supported.

/// The API was called with invalid parameters. The error message will contain additional /// details about the cause. /// /// A server-side error occurred during the API call. The error message will contain additional /// details about the cause. ///
public CreatePublicVirtualInterface ( CreatePublicVirtualInterfaceRequest request ) : CreatePublicVirtualInterfaceResponse
request CreatePublicVirtualInterfaceRequest Container for the necessary parameters to execute the CreatePublicVirtualInterface service method.
return CreatePublicVirtualInterfaceResponse
        public CreatePublicVirtualInterfaceResponse CreatePublicVirtualInterface(CreatePublicVirtualInterfaceRequest request)
        {
            var marshaller = new CreatePublicVirtualInterfaceRequestMarshaller();
            var unmarshaller = CreatePublicVirtualInterfaceResponseUnmarshaller.Instance;

            return Invoke<CreatePublicVirtualInterfaceRequest,CreatePublicVirtualInterfaceResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectConnectClient