ResourceTypeConfigDetails

class oci.stack_monitoring.models.ResourceTypeConfigDetails(**kwargs)

Bases: object

Resource type configuration details.

Methods

__init__(**kwargs) Initializes a new ResourceTypeConfigDetails object with values from keyword arguments.

Attributes

availability_metrics_config Gets the availability_metrics_config of this ResourceTypeConfigDetails.
handler_config Gets the handler_config of this ResourceTypeConfigDetails.
resource_type [Required] Gets the resource_type of this ResourceTypeConfigDetails.
__init__(**kwargs)

Initializes a new ResourceTypeConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
availability_metrics_config

Gets the availability_metrics_config of this ResourceTypeConfigDetails.

Returns:The availability_metrics_config of this ResourceTypeConfigDetails.
Return type:oci.stack_monitoring.models.AvailabilityMetricsDetails
handler_config

Gets the handler_config of this ResourceTypeConfigDetails.

Returns:The handler_config of this ResourceTypeConfigDetails.
Return type:oci.stack_monitoring.models.AgentExtensionHandlerConfiguration
resource_type

[Required] Gets the resource_type of this ResourceTypeConfigDetails. Resource type.

Returns:The resource_type of this ResourceTypeConfigDetails.
Return type:str