OccmDemandSignalCatalogResourceSummary¶
-
class
oci.capacity_management.models.
OccmDemandSignalCatalogResourceSummary
(**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 OccmDemandSignalCatalogResourceSummary. NAMESPACE_GPU
A constant which can be used with the namespace property of a OccmDemandSignalCatalogResourceSummary. NAMESPACE_NETWORK
A constant which can be used with the namespace property of a OccmDemandSignalCatalogResourceSummary. NAMESPACE_STORAGE
A constant which can be used with the namespace property of a OccmDemandSignalCatalogResourceSummary. availability_domain
Gets the availability_domain of this OccmDemandSignalCatalogResourceSummary. compartment_id
[Required] Gets the compartment_id of this OccmDemandSignalCatalogResourceSummary. defined_tags
Gets the defined_tags of this OccmDemandSignalCatalogResourceSummary. freeform_tags
Gets the freeform_tags of this OccmDemandSignalCatalogResourceSummary. id
[Required] Gets the id of this OccmDemandSignalCatalogResourceSummary. lifecycle_state
[Required] Gets the lifecycle_state of this OccmDemandSignalCatalogResourceSummary. name
[Required] Gets the name of this OccmDemandSignalCatalogResourceSummary. namespace
[Required] Gets the namespace of this OccmDemandSignalCatalogResourceSummary. region
Gets the region of this OccmDemandSignalCatalogResourceSummary. resource_properties
Gets the resource_properties of this OccmDemandSignalCatalogResourceSummary. resource_property_constraints
Gets the resource_property_constraints of this OccmDemandSignalCatalogResourceSummary. system_tags
Gets the system_tags of this OccmDemandSignalCatalogResourceSummary. target_compartment_id
Gets the target_compartment_id of this OccmDemandSignalCatalogResourceSummary. time_created
[Required] Gets the time_created of this OccmDemandSignalCatalogResourceSummary. time_updated
[Required] Gets the time_updated of this OccmDemandSignalCatalogResourceSummary. Methods
__init__
(**kwargs)Initializes a new OccmDemandSignalCatalogResourceSummary object with values from keyword arguments. -
NAMESPACE_COMPUTE
= 'COMPUTE'¶ A constant which can be used with the namespace property of a OccmDemandSignalCatalogResourceSummary. This constant has a value of “COMPUTE”
-
NAMESPACE_GPU
= 'GPU'¶ A constant which can be used with the namespace property of a OccmDemandSignalCatalogResourceSummary. This constant has a value of “GPU”
-
NAMESPACE_NETWORK
= 'NETWORK'¶ A constant which can be used with the namespace property of a OccmDemandSignalCatalogResourceSummary. This constant has a value of “NETWORK”
-
NAMESPACE_STORAGE
= 'STORAGE'¶ A constant which can be used with the namespace property of a OccmDemandSignalCatalogResourceSummary. This constant has a value of “STORAGE”
-
__init__
(**kwargs)¶ Initializes a new OccmDemandSignalCatalogResourceSummary 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 OccmDemandSignalCatalogResourceSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this OccmDemandSignalCatalogResourceSummary.
- namespace (str) – The value to assign to the namespace property of this OccmDemandSignalCatalogResourceSummary. 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 OccmDemandSignalCatalogResourceSummary.
- target_compartment_id (str) – The value to assign to the target_compartment_id property of this OccmDemandSignalCatalogResourceSummary.
- region (str) – The value to assign to the region property of this OccmDemandSignalCatalogResourceSummary.
- availability_domain (str) – The value to assign to the availability_domain property of this OccmDemandSignalCatalogResourceSummary.
- resource_properties (oci.capacity_management.models.OccmDemandSignalResourcePropertiesCollection) – The value to assign to the resource_properties property of this OccmDemandSignalCatalogResourceSummary.
- resource_property_constraints (oci.capacity_management.models.OccmDemandSignalResourcePropertyConstraintsCollection) – The value to assign to the resource_property_constraints property of this OccmDemandSignalCatalogResourceSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OccmDemandSignalCatalogResourceSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OccmDemandSignalCatalogResourceSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OccmDemandSignalCatalogResourceSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OccmDemandSignalCatalogResourceSummary.
- time_created (datetime) – The value to assign to the time_created property of this OccmDemandSignalCatalogResourceSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this OccmDemandSignalCatalogResourceSummary.
-
availability_domain
¶ Gets the availability_domain of this OccmDemandSignalCatalogResourceSummary. 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 OccmDemandSignalCatalogResourceSummary. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this OccmDemandSignalCatalogResourceSummary. The OCID of the tenancy from which the request to create the demand signal was made.
Returns: The compartment_id of this OccmDemandSignalCatalogResourceSummary. Return type: str
Gets the defined_tags of this OccmDemandSignalCatalogResourceSummary. 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 OccmDemandSignalCatalogResourceSummary. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this OccmDemandSignalCatalogResourceSummary. 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 OccmDemandSignalCatalogResourceSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this OccmDemandSignalCatalogResourceSummary. The OCID of the demand signal catalog resource.
Returns: The id of this OccmDemandSignalCatalogResourceSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this OccmDemandSignalCatalogResourceSummary. The current lifecycles state of the demand signal catalog resource.
Returns: The lifecycle_state of this OccmDemandSignalCatalogResourceSummary. Return type: str
-
name
¶ [Required] Gets the name of this OccmDemandSignalCatalogResourceSummary. The name of the OCI resource that you want to request.
Returns: The name of this OccmDemandSignalCatalogResourceSummary. Return type: str
-
namespace
¶ [Required] Gets the namespace of this OccmDemandSignalCatalogResourceSummary. 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 OccmDemandSignalCatalogResourceSummary. Return type: str
-
region
¶ Gets the region of this OccmDemandSignalCatalogResourceSummary. The name of region for which you want to request the OCI resource. This is an optional parameter.
Returns: The region of this OccmDemandSignalCatalogResourceSummary. Return type: str
-
resource_properties
¶ Gets the resource_properties of this OccmDemandSignalCatalogResourceSummary.
Returns: The resource_properties of this OccmDemandSignalCatalogResourceSummary. Return type: oci.capacity_management.models.OccmDemandSignalResourcePropertiesCollection
-
resource_property_constraints
¶ Gets the resource_property_constraints of this OccmDemandSignalCatalogResourceSummary.
Returns: The resource_property_constraints of this OccmDemandSignalCatalogResourceSummary. Return type: oci.capacity_management.models.OccmDemandSignalResourcePropertyConstraintsCollection
Gets the system_tags of this OccmDemandSignalCatalogResourceSummary. 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 OccmDemandSignalCatalogResourceSummary. Return type: dict(str, dict(str, object))
-
target_compartment_id
¶ Gets the target_compartment_id of this OccmDemandSignalCatalogResourceSummary. 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 OccmDemandSignalCatalogResourceSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this OccmDemandSignalCatalogResourceSummary. The time when the demand signal catalog resource was created.
Returns: The time_created of this OccmDemandSignalCatalogResourceSummary. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this OccmDemandSignalCatalogResourceSummary. The time when the demand signal catalog resource was last updated.
Returns: The time_updated of this OccmDemandSignalCatalogResourceSummary. Return type: datetime
-