Class TargetCompartments
Optional. The compartments specified in the profile override for a recommendation.
Inherited Members
Namespace: Oci.OptimizerService.Models
Assembly: OCI.DotNetSDK.Optimizer.dll
Syntax
public class TargetCompartmentsProperties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<string> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | The list of OCIDs attached to the compartments specified in the current profile override. | 
Remarks
Required