Class EnableMetricExtensionDetails
The Resource IDs for which metric extension will be enabled
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class EnableMetricExtensionDetails
Properties
ResourceIds
Declaration
[Required(ErrorMessage = "ResourceIds is required.")]
[JsonProperty(PropertyName = "resourceIds")]
public List<string> ResourceIds { get; set; }
Property Value
Type | Description |
---|---|
List<string> | List of Resource IDs [OCIDs]. Currently supports upto 20 resources per request |
Remarks
Required