ManagementApplianceConfiguration

class oci.ocvp.models.ManagementApplianceConfiguration(**kwargs)

Bases: object

Configuration 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.
metrics Gets the metrics of this ManagementApplianceConfiguration.
support_bundle_bucket_id Gets 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]
support_bundle_bucket_id

Gets the support_bundle_bucket_id of this ManagementApplianceConfiguration. The OCID of support bundle Object Storage bucket.

Returns:The support_bundle_bucket_id of this ManagementApplianceConfiguration.
Return type:str