Module Values.GetDedicatedIpPoolRequestSource

A request to obtain more information about a dedicated IP pool.

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

    The name of the dedicated IP pool to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : poolName:PoolName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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