InternalOccmDemandSignalCatalogResourceSummary

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

Bases: object

A summary model containing information about the details of a demand signal catalog resource.

Attributes

NAMESPACE_COMPUTE A constant which can be used with the namespace property of a InternalOccmDemandSignalCatalogResourceSummary.
NAMESPACE_GPU A constant which can be used with the namespace property of a InternalOccmDemandSignalCatalogResourceSummary.
NAMESPACE_NETWORK A constant which can be used with the namespace property of a InternalOccmDemandSignalCatalogResourceSummary.
NAMESPACE_STORAGE A constant which can be used with the namespace property of a InternalOccmDemandSignalCatalogResourceSummary.
availability_domain Gets the availability_domain of this InternalOccmDemandSignalCatalogResourceSummary.
compartment_id [Required] Gets the compartment_id of this InternalOccmDemandSignalCatalogResourceSummary.
defined_tags Gets the defined_tags of this InternalOccmDemandSignalCatalogResourceSummary.
freeform_tags Gets the freeform_tags of this InternalOccmDemandSignalCatalogResourceSummary.
id [Required] Gets the id of this InternalOccmDemandSignalCatalogResourceSummary.
lifecycle_state [Required] Gets the lifecycle_state of this InternalOccmDemandSignalCatalogResourceSummary.
name [Required] Gets the name of this InternalOccmDemandSignalCatalogResourceSummary.
namespace [Required] Gets the namespace of this InternalOccmDemandSignalCatalogResourceSummary.
occ_customer_group_id [Required] Gets the occ_customer_group_id of this InternalOccmDemandSignalCatalogResourceSummary.
occm_demand_signal_catalog_id [Required] Gets the occm_demand_signal_catalog_id of this InternalOccmDemandSignalCatalogResourceSummary.
region Gets the region of this InternalOccmDemandSignalCatalogResourceSummary.
resource_properties Gets the resource_properties of this InternalOccmDemandSignalCatalogResourceSummary.
resource_property_constraints Gets the resource_property_constraints of this InternalOccmDemandSignalCatalogResourceSummary.
system_tags Gets the system_tags of this InternalOccmDemandSignalCatalogResourceSummary.
target_compartment_id Gets the target_compartment_id of this InternalOccmDemandSignalCatalogResourceSummary.
time_created [Required] Gets the time_created of this InternalOccmDemandSignalCatalogResourceSummary.
time_updated [Required] Gets the time_updated of this InternalOccmDemandSignalCatalogResourceSummary.

Methods

__init__(**kwargs) Initializes a new InternalOccmDemandSignalCatalogResourceSummary object with values from keyword arguments.
NAMESPACE_COMPUTE = 'COMPUTE'

A constant which can be used with the namespace property of a InternalOccmDemandSignalCatalogResourceSummary. This constant has a value of “COMPUTE”

NAMESPACE_GPU = 'GPU'

A constant which can be used with the namespace property of a InternalOccmDemandSignalCatalogResourceSummary. This constant has a value of “GPU”

NAMESPACE_NETWORK = 'NETWORK'

A constant which can be used with the namespace property of a InternalOccmDemandSignalCatalogResourceSummary. This constant has a value of “NETWORK”

NAMESPACE_STORAGE = 'STORAGE'

A constant which can be used with the namespace property of a InternalOccmDemandSignalCatalogResourceSummary. This constant has a value of “STORAGE”

__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this InternalOccmDemandSignalCatalogResourceSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this InternalOccmDemandSignalCatalogResourceSummary.
  • occ_customer_group_id (str) – The value to assign to the occ_customer_group_id property of this InternalOccmDemandSignalCatalogResourceSummary.
  • occm_demand_signal_catalog_id (str) – The value to assign to the occm_demand_signal_catalog_id property of this InternalOccmDemandSignalCatalogResourceSummary.
  • namespace (str) – The value to assign to the namespace property of this InternalOccmDemandSignalCatalogResourceSummary. Allowed values for this property are: “COMPUTE”, “NETWORK”, “GPU”, “STORAGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • name (str) – The value to assign to the name property of this InternalOccmDemandSignalCatalogResourceSummary.
  • target_compartment_id (str) – The value to assign to the target_compartment_id property of this InternalOccmDemandSignalCatalogResourceSummary.
  • region (str) – The value to assign to the region property of this InternalOccmDemandSignalCatalogResourceSummary.
  • availability_domain (str) – The value to assign to the availability_domain property of this InternalOccmDemandSignalCatalogResourceSummary.
  • resource_properties (oci.capacity_management.models.OccmDemandSignalResourcePropertiesCollection) – The value to assign to the resource_properties property of this InternalOccmDemandSignalCatalogResourceSummary.
  • resource_property_constraints (oci.capacity_management.models.OccmDemandSignalResourcePropertyConstraintsCollection) – The value to assign to the resource_property_constraints property of this InternalOccmDemandSignalCatalogResourceSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this InternalOccmDemandSignalCatalogResourceSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this InternalOccmDemandSignalCatalogResourceSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this InternalOccmDemandSignalCatalogResourceSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this InternalOccmDemandSignalCatalogResourceSummary.
  • time_created (datetime) – The value to assign to the time_created property of this InternalOccmDemandSignalCatalogResourceSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this InternalOccmDemandSignalCatalogResourceSummary.
availability_domain

Gets the availability_domain of this InternalOccmDemandSignalCatalogResourceSummary. The name of the availability domain for which you want to request the OCI resource. This is an optional parameter.

Returns:The availability_domain of this InternalOccmDemandSignalCatalogResourceSummary.
Return type:str
compartment_id

[Required] Gets the compartment_id of this InternalOccmDemandSignalCatalogResourceSummary. The OCID of the tenancy from which the request to create the demand signal catalog was made.

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

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

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

[Required] Gets the id of this InternalOccmDemandSignalCatalogResourceSummary. The OCID of the demand signal catalog resource.

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

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

Returns:The lifecycle_state of this InternalOccmDemandSignalCatalogResourceSummary.
Return type:str
name

[Required] Gets the name of this InternalOccmDemandSignalCatalogResourceSummary. The name of the OCI resource that you want to request.

Returns:The name of this InternalOccmDemandSignalCatalogResourceSummary.
Return type:str
namespace

[Required] Gets the namespace of this InternalOccmDemandSignalCatalogResourceSummary. The name of the OCI service in consideration for demand signal submission. For example: COMPUTE, NETWORK, GPU etc.

Allowed values for this property are: “COMPUTE”, “NETWORK”, “GPU”, “STORAGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The namespace of this InternalOccmDemandSignalCatalogResourceSummary.
Return type:str
occ_customer_group_id

[Required] Gets the occ_customer_group_id of this InternalOccmDemandSignalCatalogResourceSummary. The OCID of the customerGroup.

Returns:The occ_customer_group_id of this InternalOccmDemandSignalCatalogResourceSummary.
Return type:str
occm_demand_signal_catalog_id

[Required] Gets the occm_demand_signal_catalog_id of this InternalOccmDemandSignalCatalogResourceSummary. This OCID of the demand signal catalog

Returns:The occm_demand_signal_catalog_id of this InternalOccmDemandSignalCatalogResourceSummary.
Return type:str
region

Gets the region of this InternalOccmDemandSignalCatalogResourceSummary. The name of region for which you want to request the OCI resource. This is an optional parameter.

Returns:The region of this InternalOccmDemandSignalCatalogResourceSummary.
Return type:str
resource_properties

Gets the resource_properties of this InternalOccmDemandSignalCatalogResourceSummary.

Returns:The resource_properties of this InternalOccmDemandSignalCatalogResourceSummary.
Return type:oci.capacity_management.models.OccmDemandSignalResourcePropertiesCollection
resource_property_constraints

Gets the resource_property_constraints of this InternalOccmDemandSignalCatalogResourceSummary.

Returns:The resource_property_constraints of this InternalOccmDemandSignalCatalogResourceSummary.
Return type:oci.capacity_management.models.OccmDemandSignalResourcePropertyConstraintsCollection
system_tags

Gets the system_tags of this InternalOccmDemandSignalCatalogResourceSummary. 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 InternalOccmDemandSignalCatalogResourceSummary.
Return type:dict(str, dict(str, object))
target_compartment_id

Gets the target_compartment_id of this InternalOccmDemandSignalCatalogResourceSummary. The OCID of the customer tenancy for which this resource will be available for the customer to order against.

Returns:The target_compartment_id of this InternalOccmDemandSignalCatalogResourceSummary.
Return type:str
time_created

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

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

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

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