MonitoringTargetDetailsResponse¶
-
class
oci.sch.models.
MonitoringTargetDetailsResponse
(**kwargs)¶ Bases:
oci.sch.models.target_details_response.TargetDetailsResponse
The destination metric for data transferred from the source. For configuration instructions, see Creating a Connector.
Attributes
KIND_FUNCTIONS
str(object=’’) -> str KIND_LOGGING_ANALYTICS
str(object=’’) -> str KIND_MONITORING
str(object=’’) -> str KIND_NOTIFICATIONS
str(object=’’) -> str KIND_OBJECT_STORAGE
str(object=’’) -> str KIND_STREAMING
str(object=’’) -> str compartment_id
[Required] Gets the compartment_id of this MonitoringTargetDetailsResponse. dimensions
Gets the dimensions of this MonitoringTargetDetailsResponse. kind
[Required] Gets the kind of this TargetDetailsResponse. metric
[Required] Gets the metric of this MonitoringTargetDetailsResponse. metric_namespace
[Required] Gets the metric_namespace of this MonitoringTargetDetailsResponse. private_endpoint_metadata
Gets the private_endpoint_metadata of this TargetDetailsResponse. Methods
__init__
(**kwargs)Initializes a new MonitoringTargetDetailsResponse object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
KIND_FUNCTIONS
= 'functions'¶
-
KIND_LOGGING_ANALYTICS
= 'loggingAnalytics'¶
-
KIND_MONITORING
= 'monitoring'¶
-
KIND_NOTIFICATIONS
= 'notifications'¶
-
KIND_OBJECT_STORAGE
= 'objectStorage'¶
-
KIND_STREAMING
= 'streaming'¶
-
__init__
(**kwargs)¶ Initializes a new MonitoringTargetDetailsResponse object with values from keyword arguments. The default value of the
kind
attribute of this class ismonitoring
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - private_endpoint_metadata (oci.sch.models.PrivateEndpointMetadata) – The value to assign to the private_endpoint_metadata property of this MonitoringTargetDetailsResponse.
- kind (str) – The value to assign to the kind property of this MonitoringTargetDetailsResponse. Allowed values for this property are: “functions”, “loggingAnalytics”, “monitoring”, “notifications”, “objectStorage”, “streaming”
- compartment_id (str) – The value to assign to the compartment_id property of this MonitoringTargetDetailsResponse.
- metric_namespace (str) – The value to assign to the metric_namespace property of this MonitoringTargetDetailsResponse.
- metric (str) – The value to assign to the metric property of this MonitoringTargetDetailsResponse.
- dimensions (list[oci.sch.models.DimensionDetails]) – The value to assign to the dimensions property of this MonitoringTargetDetailsResponse.
-
compartment_id
¶ [Required] Gets the compartment_id of this MonitoringTargetDetailsResponse. The OCID of the compartment containing the metric.
Returns: The compartment_id of this MonitoringTargetDetailsResponse. Return type: str
-
dimensions
¶ Gets the dimensions of this MonitoringTargetDetailsResponse. List of dimension names and values.
Returns: The dimensions of this MonitoringTargetDetailsResponse. Return type: list[oci.sch.models.DimensionDetails]
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
kind
¶ [Required] Gets the kind of this TargetDetailsResponse. The type discriminator.
Allowed values for this property are: “functions”, “loggingAnalytics”, “monitoring”, “notifications”, “objectStorage”, “streaming”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The kind of this TargetDetailsResponse. Return type: str
-
metric
¶ [Required] Gets the metric of this MonitoringTargetDetailsResponse. The name of the metric. Example: CpuUtilization
Returns: The metric of this MonitoringTargetDetailsResponse. Return type: str
-
metric_namespace
¶ [Required] Gets the metric_namespace of this MonitoringTargetDetailsResponse. The namespace of the metric. Example: oci_computeagent
Returns: The metric_namespace of this MonitoringTargetDetailsResponse. Return type: str
-
private_endpoint_metadata
¶ Gets the private_endpoint_metadata of this TargetDetailsResponse.
Returns: The private_endpoint_metadata of this TargetDetailsResponse. Return type: oci.sch.models.PrivateEndpointMetadata
-