ServiceCatalogSummary¶
-
class
oci.service_catalog.models.ServiceCatalogSummary(**kwargs)¶ Bases:
objectThe model for a summary of an Oracle Cloud Infrastructure service catalog.
Attributes
STATUS_ACTIVEA constant which can be used with the status property of a ServiceCatalogSummary. STATUS_INACTIVEA constant which can be used with the status property of a ServiceCatalogSummary. compartment_id[Required] Gets the compartment_id of this ServiceCatalogSummary. defined_tagsGets the defined_tags of this ServiceCatalogSummary. display_name[Required] Gets the display_name of this ServiceCatalogSummary. freeform_tagsGets the freeform_tags of this ServiceCatalogSummary. id[Required] Gets the id of this ServiceCatalogSummary. lifecycle_state[Required] Gets the lifecycle_state of this ServiceCatalogSummary. statusGets the status of this ServiceCatalogSummary. system_tagsGets the system_tags of this ServiceCatalogSummary. time_created[Required] Gets the time_created of this ServiceCatalogSummary. Methods
__init__(**kwargs)Initializes a new ServiceCatalogSummary object with values from keyword arguments. -
STATUS_ACTIVE= 'ACTIVE'¶ A constant which can be used with the status property of a ServiceCatalogSummary. This constant has a value of “ACTIVE”
-
STATUS_INACTIVE= 'INACTIVE'¶ A constant which can be used with the status property of a ServiceCatalogSummary. This constant has a value of “INACTIVE”
-
__init__(**kwargs)¶ Initializes a new ServiceCatalogSummary 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 ServiceCatalogSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ServiceCatalogSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ServiceCatalogSummary.
- display_name (str) – The value to assign to the display_name property of this ServiceCatalogSummary.
- status (str) – The value to assign to the status property of this ServiceCatalogSummary. Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this ServiceCatalogSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ServiceCatalogSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ServiceCatalogSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ServiceCatalogSummary.
-
compartment_id¶ [Required] Gets the compartment_id of this ServiceCatalogSummary. The Compartment id where the service catalog exists.
Returns: The compartment_id of this ServiceCatalogSummary. Return type: str
Gets the defined_tags of this ServiceCatalogSummary. 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 ServiceCatalogSummary. Return type: dict(str, dict(str, object))
-
display_name¶ [Required] Gets the display_name of this ServiceCatalogSummary. The name of the service catalog.
Returns: The display_name of this ServiceCatalogSummary. Return type: str
Gets the freeform_tags of this ServiceCatalogSummary. 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 ServiceCatalogSummary. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this ServiceCatalogSummary. The unique identifier for the Service catalog.
Returns: The id of this ServiceCatalogSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this ServiceCatalogSummary. The lifecycle state of the service catalog.
Returns: The lifecycle_state of this ServiceCatalogSummary. Return type: str
-
status¶ Gets the status of this ServiceCatalogSummary. Status of the service catalog.
Allowed values for this property are: “ACTIVE”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this ServiceCatalogSummary. Return type: str
Gets the system_tags of this ServiceCatalogSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this ServiceCatalogSummary. Return type: dict(str, dict(str, object))
-