Module Values_1.NitroTpmInfoSource

Describes the supported NitroTPM versions for the instance type.

Sourcetype nonrec t = {
  1. supportedVersions : NitroTpmSupportedVersionsList.t option;
    (*

    Indicates the supported NitroTPM versions.

    *)
}
Sourceval make : ?supportedVersions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Values_0.NitroTpmSupportedVersionType.t ] list ]) 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