Module Values.DescribeComponentConfigurationRecommendationRequestSource

Describes the recommended monitoring configuration of the component.

Sourcetype nonrec t = {
  1. resourceGroupName : ResourceGroupName.t;
    (*

    The name of the resource group.

    *)
  2. componentName : ComponentName.t;
    (*

    The name of the component.

    *)
  3. tier : Tier.t;
    (*

    The tier of the application component.

    *)
  4. workloadName : WorkloadName.t option;
    (*

    The name of the workload. The name of the workload is required when the tier of the application component is SAP_ASE_SINGLE_NODE or SAP_ASE_HIGH_AVAILABILITY.

    *)
  5. recommendationType : RecommendationType.t option;
    (*

    The recommended configuration type.

    *)
}
Sourceval context_ : string
Sourceval make : ?workloadName:??? -> ?recommendationType:??? -> resourceGroupName:ResourceGroupName.t -> componentName:ComponentName.t -> tier:Tier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ResourceGroupName.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