OccmDemandSignalCatalogSummary

class oci.capacity_management.models.OccmDemandSignalCatalogSummary(**kwargs)

Bases: object

A summary model for the demand signal catalog.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this OccmDemandSignalCatalogSummary.
defined_tags Gets the defined_tags of this OccmDemandSignalCatalogSummary.
description Gets the description of this OccmDemandSignalCatalogSummary.
display_name [Required] Gets the display_name of this OccmDemandSignalCatalogSummary.
freeform_tags Gets the freeform_tags of this OccmDemandSignalCatalogSummary.
id [Required] Gets the id of this OccmDemandSignalCatalogSummary.
lifecycle_state [Required] Gets the lifecycle_state of this OccmDemandSignalCatalogSummary.
occ_customer_group_id [Required] Gets the occ_customer_group_id of this OccmDemandSignalCatalogSummary.
system_tags Gets the system_tags of this OccmDemandSignalCatalogSummary.
time_created [Required] Gets the time_created of this OccmDemandSignalCatalogSummary.
time_updated [Required] Gets the time_updated of this OccmDemandSignalCatalogSummary.
__init__(**kwargs)

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

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this OccmDemandSignalCatalogSummary.
  • occ_customer_group_id (str) – The value to assign to the occ_customer_group_id property of this OccmDemandSignalCatalogSummary.
  • id (str) – The value to assign to the id property of this OccmDemandSignalCatalogSummary.
  • display_name (str) – The value to assign to the display_name property of this OccmDemandSignalCatalogSummary.
  • description (str) – The value to assign to the description property of this OccmDemandSignalCatalogSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this OccmDemandSignalCatalogSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OccmDemandSignalCatalogSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OccmDemandSignalCatalogSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OccmDemandSignalCatalogSummary.
  • time_created (datetime) – The value to assign to the time_created property of this OccmDemandSignalCatalogSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this OccmDemandSignalCatalogSummary.
compartment_id

[Required] Gets the compartment_id of this OccmDemandSignalCatalogSummary. compartment id from where demand signal catalog is created.

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

Gets the defined_tags of this OccmDemandSignalCatalogSummary. 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 OccmDemandSignalCatalogSummary.
Return type:dict(str, dict(str, object))
description

Gets the description of this OccmDemandSignalCatalogSummary. description of demand signal catalog.

Returns:The description of this OccmDemandSignalCatalogSummary.
Return type:str
display_name

[Required] Gets the display_name of this OccmDemandSignalCatalogSummary. displayName of demand signal catalog.

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

Gets the freeform_tags of this OccmDemandSignalCatalogSummary. 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 OccmDemandSignalCatalogSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this OccmDemandSignalCatalogSummary. The ocid of demand signal catalog.

Returns:The id of this OccmDemandSignalCatalogSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this OccmDemandSignalCatalogSummary. The current lifecycle state of the demand signal catalog.

Returns:The lifecycle_state of this OccmDemandSignalCatalogSummary.
Return type:str
occ_customer_group_id

[Required] Gets the occ_customer_group_id of this OccmDemandSignalCatalogSummary. The customer group OCID to which the availability catalog belongs.

Returns:The occ_customer_group_id of this OccmDemandSignalCatalogSummary.
Return type:str
system_tags

Gets the system_tags of this OccmDemandSignalCatalogSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this OccmDemandSignalCatalogSummary.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this OccmDemandSignalCatalogSummary. The time when the demand signal catalog was created.

Returns:The time_created of this OccmDemandSignalCatalogSummary.
Return type:datetime
time_updated

[Required] Gets the time_updated of this OccmDemandSignalCatalogSummary. The time when the demand signal catalog was last updated.

Returns:The time_updated of this OccmDemandSignalCatalogSummary.
Return type:datetime