Module Values_3.CoipPoolSource

Describes a customer-owned address pool.

Sourcetype nonrec t = {
  1. poolId : Values_1.Ipv4PoolCoipId.t option;
    (*

    The ID of the address pool.

    *)
  2. poolCidrs : Values_0.ValueStringList.t option;
    (*

    The address ranges of the address pool.

    *)
  3. localGatewayRouteTableId : Values_1.LocalGatewayRoutetableId.t option;
    (*

    The ID of the local gateway route table.

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

    The tags.

    *)
  5. poolArn : Values_0.ResourceArn.t option;
    (*

    The ARN of the address pool.

    *)
}
Sourceval make : ?poolId:??? -> ?poolCidrs:??? -> ?localGatewayRouteTableId:??? -> ?tags:??? -> ?poolArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string | `Structure of (string * [> `String of string ]) list ] list | `String of Values_1.Ipv4PoolCoipId.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