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: - resource_type (str) – The value to assign to the resource_type property of this ResourceTypeConfigDetails.
- availability_metrics_config (oci.stack_monitoring.models.AvailabilityMetricsDetails) – The value to assign to the availability_metrics_config property of this ResourceTypeConfigDetails.
- handler_config (oci.stack_monitoring.models.AgentExtensionHandlerConfiguration) – The value to assign to the handler_config property of this ResourceTypeConfigDetails.
-
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
-