Module Values.AssociateVirtualInterfaceRequestSource

Associates a virtual interface with a specified link aggregation group (LAG) or connection. Connectivity to Amazon Web Services is temporarily interrupted as the virtual interface is being migrated. If the target connection or LAG has an associated virtual interface with a conflicting VLAN number or a conflicting IP address, the operation fails. Virtual interfaces associated with a hosted connection cannot be associated with a LAG; hosted connections must be migrated along with their virtual interfaces using AssociateHostedConnection. To reassociate a virtual interface to a new connection or LAG, the requester must own either the virtual interface itself or the connection to which the virtual interface is currently associated. Additionally, the requester must own the connection or LAG for the association.

Sourcetype nonrec t = {
  1. virtualInterfaceId : VirtualInterfaceId.t;
    (*

    The ID of the virtual interface.

    *)
  2. connectionId : ConnectionId.t;
    (*

    The ID of the LAG or connection.

    *)
}
Sourceval context_ : string
Sourceval make : virtualInterfaceId:VirtualInterfaceId.t -> connectionId:ConnectionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VirtualInterfaceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t