ManagementApplianceConfiguration¶
-
class
oci.ocvp.models.ManagementApplianceConfiguration(**kwargs)¶ Bases:
objectConfiguration of management appliance.
Methods
__init__(**kwargs)Initializes a new ManagementApplianceConfiguration object with values from keyword arguments. Attributes
is_log_ingestion_enabled[Required] Gets the is_log_ingestion_enabled of this ManagementApplianceConfiguration. is_metrics_collection_enabled[Required] Gets the is_metrics_collection_enabled of this ManagementApplianceConfiguration. metricsGets the metrics of this ManagementApplianceConfiguration. support_bundle_bucket_idGets the support_bundle_bucket_id of this ManagementApplianceConfiguration. -
__init__(**kwargs)¶ Initializes a new ManagementApplianceConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_metrics_collection_enabled (bool) – The value to assign to the is_metrics_collection_enabled property of this ManagementApplianceConfiguration.
- is_log_ingestion_enabled (bool) – The value to assign to the is_log_ingestion_enabled property of this ManagementApplianceConfiguration.
- support_bundle_bucket_id (str) – The value to assign to the support_bundle_bucket_id property of this ManagementApplianceConfiguration.
- metrics (list[str]) – The value to assign to the metrics property of this ManagementApplianceConfiguration.
-
is_log_ingestion_enabled¶ [Required] Gets the is_log_ingestion_enabled of this ManagementApplianceConfiguration. Is log ingestion from SDDC to OCI enabled.
Returns: The is_log_ingestion_enabled of this ManagementApplianceConfiguration. Return type: bool
-
is_metrics_collection_enabled¶ [Required] Gets the is_metrics_collection_enabled of this ManagementApplianceConfiguration. Is metrics collection and publishing is enabled for appliance.
Returns: The is_metrics_collection_enabled of this ManagementApplianceConfiguration. Return type: bool
-
metrics¶ Gets the metrics of this ManagementApplianceConfiguration. Array of metrics ids to collect.
Returns: The metrics of this ManagementApplianceConfiguration. Return type: list[str]
-