Class UpdateResourceTypeConfigTaskDetails
Update the availability metrics and the handler configuration for the telegraf/collectd resource types.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class UpdateResourceTypeConfigTaskDetails : MonitoredResourceTaskDetails
Properties
HandlerType
Declaration
[Required(ErrorMessage = "HandlerType is required.")]
[JsonProperty(PropertyName = "handlerType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public HandlerType? HandlerType { get; set; }
Property Value
Type | Description |
---|---|
HandlerType? | Type of the handler. |
Remarks
Required
ResourceTypesConfiguration
Declaration
[Required(ErrorMessage = "ResourceTypesConfiguration is required.")]
[JsonProperty(PropertyName = "resourceTypesConfiguration")]
public List<ResourceTypeConfigDetails> ResourceTypesConfiguration { get; set; }
Property Value
Type | Description |
---|---|
List<ResourceTypeConfigDetails> | A collection of resource type configuration details. User can provide availability proxy metrics list for resource types along with the telegraf/collectd handler configuration for the resource types. |
Remarks
Required