Values.CreatePublicVirtualInterfaceRequestSourceCreates a public virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A public virtual interface supports sending traffic to public services of Amazon Web Services such as Amazon S3. When creating an IPv6 public virtual interface (addressFamily is ipv6), leave the customer and amazon address fields blank to use auto-assigned IPv6 space. Custom IPv6 addresses are not supported.
type nonrec t = {connectionId : ConnectionId.t;The ID of the connection.
*)newPublicVirtualInterface : NewPublicVirtualInterface.t;Information about the public virtual interface.
*)}val make :
connectionId:ConnectionId.t ->
newPublicVirtualInterface:NewPublicVirtualInterface.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ConnectionId.t
| `Structure of
(string
* [> `Enum of string
| `Integer of VLAN.t
| `List of
[> `Structure of (string * [> `String of CIDR.t ]) list ] list
| `Long of LongAsn.t
| `String of VirtualInterfaceName.t ])
list ])
list ]