Module Values.CreateDedicatedIpPoolRequestSource

A request to create a new dedicated IP pool.

Sourcetype nonrec t = {
  1. poolName : PoolName.t;
    (*

    The name of the dedicated IP pool.

    *)
  2. tags : TagList.t option;
    (*

    An object that defines the tags (keys and values) that you want to associate with the pool.

    *)
  3. scalingMode : ScalingMode.t option;
    (*

    The type of scaling mode.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> ?scalingMode:??? -> poolName:PoolName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of PoolName.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