Module Values_0.TransitGatewayAttachmentBgpConfigurationSource

The BGP configuration information.

Sourcetype nonrec t = {
  1. transitGatewayAsn : Long.t option;
    (*

    The transit gateway Autonomous System Number (ASN).

    *)
  2. peerAsn : Long.t option;
    (*

    The peer Autonomous System Number (ASN).

    *)
  3. transitGatewayAddress : String_.t option;
    (*

    The interior BGP peer IP address for the transit gateway.

    *)
  4. peerAddress : String_.t option;
    (*

    The interior BGP peer IP address for the appliance.

    *)
  5. bgpStatus : BgpStatus.t option;
    (*

    The BGP status.

    *)
}
Sourceval make : ?transitGatewayAsn:??? -> ?peerAsn:??? -> ?transitGatewayAddress:??? -> ?peerAddress:??? -> ?bgpStatus:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Long of Long.t | `String of String_.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