Module Values_2.LocalGatewayVirtualInterfaceSource

Describes a local gateway virtual interface.

Sourcetype nonrec t = {
  1. localGatewayVirtualInterfaceId : Values_1.LocalGatewayVirtualInterfaceId.t option;
    (*

    The ID of the virtual interface.

    *)
  2. localGatewayId : Values_0.String_.t option;
    (*

    The ID of the local gateway.

    *)
  3. localGatewayVirtualInterfaceGroupId : Values_1.LocalGatewayVirtualInterfaceGroupId.t option;
    (*

    The ID of the local gateway virtual interface group.

    *)
  4. localGatewayVirtualInterfaceArn : Values_0.ResourceArn.t option;
    (*

    The Amazon Resource Number (ARN) of the local gateway virtual interface.

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

    The Outpost LAG ID.

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

    The ID of the VLAN.

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

    The local address.

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

    The peer address.

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

    The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.

    *)
  10. peerBgpAsn : Values_0.Integer.t option;
    (*

    The peer BGP ASN.

    *)
  11. peerBgpAsnExtended : Values_0.Long.t option;
    (*

    The extended 32-bit ASN of the BGP peer for use with larger ASN values.

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

    The ID of the Amazon Web Services account that owns the local gateway virtual interface.

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

    The tags assigned to the virtual interface.

    *)
  14. configurationState : Values_1.LocalGatewayVirtualInterfaceConfigurationState.t option;
    (*

    The current state of the local gateway virtual interface.

    *)
}
Sourceval make : ?localGatewayVirtualInterfaceId:??? -> ?localGatewayId:??? -> ?localGatewayVirtualInterfaceGroupId:??? -> ?localGatewayVirtualInterfaceArn:??? -> ?outpostLagId:??? -> ?vlan:??? -> ?localAddress:??? -> ?peerAddress:??? -> ?localBgpAsn:??? -> ?peerBgpAsn:??? -> ?peerBgpAsnExtended:??? -> ?ownerId:??? -> ?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.LocalGatewayVirtualInterfaceId.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