ServiceCatalogSummary¶
-
class
oci.service_catalog.models.
ServiceCatalogSummary
(**kwargs)¶ Bases:
object
The model for a summary of an Oracle Cloud Infrastructure service catalog.
Methods
__init__
(**kwargs)Initializes a new ServiceCatalogSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this ServiceCatalogSummary. display_name
[Required] Gets the display_name of this ServiceCatalogSummary. id
[Required] Gets the id of this ServiceCatalogSummary. lifecycle_state
[Required] Gets the lifecycle_state of this ServiceCatalogSummary. time_created
[Required] Gets the time_created of this ServiceCatalogSummary. -
__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.
- time_created (datetime) – The value to assign to the time_created 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
-
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
-
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
-