CreateAwrHubDetails

class oci.opsi.models.CreateAwrHubDetails(**kwargs)

Bases: object

The information about Hub to be analyzed. Input compartmentId MUST be the root compartment.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this CreateAwrHubDetails.
defined_tags Gets the defined_tags of this CreateAwrHubDetails.
display_name [Required] Gets the display_name of this CreateAwrHubDetails.
freeform_tags Gets the freeform_tags of this CreateAwrHubDetails.
object_storage_bucket_name Gets the object_storage_bucket_name of this CreateAwrHubDetails.
operations_insights_warehouse_id [Required] Gets the operations_insights_warehouse_id of this CreateAwrHubDetails.
__init__(**kwargs)

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

Parameters:
  • operations_insights_warehouse_id (str) – The value to assign to the operations_insights_warehouse_id property of this CreateAwrHubDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateAwrHubDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateAwrHubDetails.
  • object_storage_bucket_name (str) – The value to assign to the object_storage_bucket_name property of this CreateAwrHubDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateAwrHubDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateAwrHubDetails.
compartment_id

[Required] Gets the compartment_id of this CreateAwrHubDetails. The OCID of the compartment.

Returns:The compartment_id of this CreateAwrHubDetails.
Return type:str
defined_tags

Gets the defined_tags of this CreateAwrHubDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this CreateAwrHubDetails.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this CreateAwrHubDetails. User-friedly name of AWR Hub that does not have to be unique.

Returns:The display_name of this CreateAwrHubDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this CreateAwrHubDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this CreateAwrHubDetails.
Return type:dict(str, str)
object_storage_bucket_name

Gets the object_storage_bucket_name of this CreateAwrHubDetails. Object Storage Bucket Name

Returns:The object_storage_bucket_name of this CreateAwrHubDetails.
Return type:str
operations_insights_warehouse_id

[Required] Gets the operations_insights_warehouse_id of this CreateAwrHubDetails. OPSI Warehouse OCID

Returns:The operations_insights_warehouse_id of this CreateAwrHubDetails.
Return type:str