Module Values_2.ServiceLinkVirtualInterfaceSource

Describes the service link virtual interfaces that establish connectivity between Amazon Web Services Outpost and on-premises networks.

Sourcetype nonrec t = {
  1. serviceLinkVirtualInterfaceId : Values_1.ServiceLinkVirtualInterfaceId.t option;
    (*

    The ID of the service link virtual interface.

    *)
  2. serviceLinkVirtualInterfaceArn : Values_0.ResourceArn.t option;
    (*

    The Amazon Resource Number (ARN) for the service link virtual interface.

    *)
  3. outpostId : Values_0.String_.t option;
    (*

    The Outpost ID for the service link virtual interface.

    *)
  4. outpostArn : Values_0.String_.t option;
    (*

    The Outpost Amazon Resource Number (ARN) for the service link virtual interface.

    *)
  5. ownerId : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that owns the service link virtual interface..

    *)
  6. localAddress : Values_0.String_.t option;
    (*

    The IPv4 address assigned to the local gateway virtual interface on the Outpost side.

    *)
  7. peerAddress : Values_0.String_.t option;
    (*

    The IPv4 peer address for the service link virtual interface.

    *)
  8. peerBgpAsn : Values_0.Long.t option;
    (*

    The ASN for the Border Gateway Protocol (BGP) associated with the service link virtual interface.

    *)
  9. vlan : Values_0.Integer.t option;
    (*

    The virtual local area network for the service link virtual interface.

    *)
  10. outpostLagId : Values_1.OutpostLagId.t option;
    (*

    The link aggregation group (LAG) ID for the service link virtual interface.

    *)
  11. tags : Values_0.TagList.t option;
    (*

    The tags associated with the service link virtual interface.

    *)
  12. configurationState : Values_1.ServiceLinkVirtualInterfaceConfigurationState.t option;
    (*

    The current state of the service link virtual interface.

    *)
}
Sourceval make : ?serviceLinkVirtualInterfaceId:??? -> ?serviceLinkVirtualInterfaceArn:??? -> ?outpostId:??? -> ?outpostArn:??? -> ?ownerId:??? -> ?localAddress:??? -> ?peerAddress:??? -> ?peerBgpAsn:??? -> ?vlan:??? -> ?outpostLagId:??? -> ?tags:??? -> ?configurationState:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Values_0.Integer.t | `List of [> `Structure of (string * [> `String of string ]) list ] list | `Long of Values_0.Long.t | `String of Values_1.ServiceLinkVirtualInterfaceId.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