Module Values_4.IpamPoolSourceResourceRequestSource

The resource used to provision CIDRs to a resource planning pool.

Sourcetype nonrec t = {
  1. resourceId : Values_0.String_.t option;
    (*

    The source resource ID.

    *)
  2. resourceType : Values_1.IpamPoolSourceResourceType.t option;
    (*

    The source resource type.

    *)
  3. resourceRegion : Values_0.String_.t option;
    (*

    The source resource Region.

    *)
  4. resourceOwner : Values_0.String_.t option;
    (*

    The source resource owner.

    *)
}
Sourceval make : ?resourceId:??? -> ?resourceType:??? -> ?resourceRegion:??? -> ?resourceOwner:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.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