AWS SDK for .NET Documentation
CreatePublicVirtualInterfaceRequest Class
AmazonAmazon.DirectConnect.ModelCreatePublicVirtualInterfaceRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CreatePublicVirtualInterface operation.

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).

Declaration Syntax
C#
public class CreatePublicVirtualInterfaceRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreatePublicVirtualInterfaceRequest()()()()
Initializes a new instance of the CreatePublicVirtualInterfaceRequest class

ConnectionId
ID of the connection. Example: dxcon-fg5678gh Default: None

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
NewPublicVirtualInterface
Detailed information of the public virtual interface to be created. Default: None

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithConnectionId(String) Obsolete.
Sets the ConnectionId property

WithNewPublicVirtualInterface(NewPublicVirtualInterface) Obsolete.
Sets the NewPublicVirtualInterface property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CreatePublicVirtualInterfaceRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)