Module Values.GetSolVnfcResourceInfoMetadataSource

The metadata of a network function. A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.

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

    Information about the cluster.

    *)
  2. helmChart : String_.t option;
    (*

    Information about the helm chart.

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

    Information about the node group.

    *)
}
Sourceval make : ?cluster:??? -> ?helmChart:??? -> ?nodeGroup:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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