Show / Hide Table of Contents

Class ResourceTypeConfigDetails

Resource type configuration details.

Inheritance
object
ResourceTypeConfigDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class ResourceTypeConfigDetails

Properties

AvailabilityMetricsConfig

Declaration
[JsonProperty(PropertyName = "availabilityMetricsConfig")]
public AvailabilityMetricsDetails AvailabilityMetricsConfig { get; set; }
Property Value
Type Description
AvailabilityMetricsDetails

HandlerConfig

Declaration
[JsonProperty(PropertyName = "handlerConfig")]
public AgentExtensionHandlerConfiguration HandlerConfig { get; set; }
Property Value
Type Description
AgentExtensionHandlerConfiguration

ResourceType

Declaration
[Required(ErrorMessage = "ResourceType is required.")]
[JsonProperty(PropertyName = "resourceType")]
public string ResourceType { get; set; }
Property Value
Type Description
string

Resource type.

Remarks

Required

In this article
Back to top