CatalogItemSummary¶
-
class
oci.fleet_apps_management.models.
CatalogItemSummary
(**kwargs)¶ Bases:
object
Summary information about a CatalogItem.
Methods
__init__
(**kwargs)Initializes a new CatalogItemSummary object with values from keyword arguments. Attributes
catalog_result_payload
Gets the catalog_result_payload of this CatalogItemSummary. catalog_source_payload
Gets the catalog_source_payload of this CatalogItemSummary. compartment_id
[Required] Gets the compartment_id of this CatalogItemSummary. config_source_type
[Required] Gets the config_source_type of this CatalogItemSummary. defined_tags
Gets the defined_tags of this CatalogItemSummary. description
[Required] Gets the description of this CatalogItemSummary. display_name
[Required] Gets the display_name of this CatalogItemSummary. freeform_tags
Gets the freeform_tags of this CatalogItemSummary. id
[Required] Gets the id of this CatalogItemSummary. lifecycle_details
[Required] Gets the lifecycle_details of this CatalogItemSummary. lifecycle_state
[Required] Gets the lifecycle_state of this CatalogItemSummary. listing_id
[Required] Gets the listing_id of this CatalogItemSummary. listing_version
[Required] Gets the listing_version of this CatalogItemSummary. package_type
[Required] Gets the package_type of this CatalogItemSummary. short_description
[Required] Gets the short_description of this CatalogItemSummary. system_tags
Gets the system_tags of this CatalogItemSummary. time_created
[Required] Gets the time_created of this CatalogItemSummary. time_released
[Required] Gets the time_released of this CatalogItemSummary. time_updated
[Required] Gets the time_updated of this CatalogItemSummary. version_description
[Required] Gets the version_description of this CatalogItemSummary. -
__init__
(**kwargs)¶ Initializes a new CatalogItemSummary 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 CatalogItemSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this CatalogItemSummary.
- config_source_type (str) – The value to assign to the config_source_type property of this CatalogItemSummary.
- description (str) – The value to assign to the description property of this CatalogItemSummary.
- catalog_source_payload (oci.fleet_apps_management.models.CatalogSourcePayload) – The value to assign to the catalog_source_payload property of this CatalogItemSummary.
- catalog_result_payload (oci.fleet_apps_management.models.CatalogResultPayload) – The value to assign to the catalog_result_payload property of this CatalogItemSummary.
- listing_id (str) – The value to assign to the listing_id property of this CatalogItemSummary.
- listing_version (str) – The value to assign to the listing_version property of this CatalogItemSummary.
- display_name (str) – The value to assign to the display_name property of this CatalogItemSummary.
- package_type (str) – The value to assign to the package_type property of this CatalogItemSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this CatalogItemSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this CatalogItemSummary.
- time_created (datetime) – The value to assign to the time_created property of this CatalogItemSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this CatalogItemSummary.
- version_description (str) – The value to assign to the version_description property of this CatalogItemSummary.
- short_description (str) – The value to assign to the short_description property of this CatalogItemSummary.
- time_released (datetime) – The value to assign to the time_released property of this CatalogItemSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CatalogItemSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CatalogItemSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this CatalogItemSummary.
-
catalog_result_payload
¶ Gets the catalog_result_payload of this CatalogItemSummary.
Returns: The catalog_result_payload of this CatalogItemSummary. Return type: oci.fleet_apps_management.models.CatalogResultPayload
-
catalog_source_payload
¶ Gets the catalog_source_payload of this CatalogItemSummary.
Returns: The catalog_source_payload of this CatalogItemSummary. Return type: oci.fleet_apps_management.models.CatalogSourcePayload
-
compartment_id
¶ [Required] Gets the compartment_id of this CatalogItemSummary. The OCID of the compartment.
Returns: The compartment_id of this CatalogItemSummary. Return type: str
-
config_source_type
¶ [Required] Gets the config_source_type of this CatalogItemSummary. Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE.
Returns: The config_source_type of this CatalogItemSummary. Return type: str
Gets the defined_tags of this CatalogItemSummary. 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 CatalogItemSummary. Return type: dict(str, dict(str, object))
-
description
¶ [Required] Gets the description of this CatalogItemSummary. The description of the catalogItem.
Returns: The description of this CatalogItemSummary. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CatalogItemSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this CatalogItemSummary. Return type: str
Gets the freeform_tags of this CatalogItemSummary. 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 CatalogItemSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this CatalogItemSummary. The OCID of the catalog.
Returns: The id of this CatalogItemSummary. Return type: str
-
lifecycle_details
¶ [Required] Gets the lifecycle_details of this CatalogItemSummary. The details of lifecycle state CatalogItem.
Returns: The lifecycle_details of this CatalogItemSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this CatalogItemSummary. The current state of the CatalogItem.
Returns: The lifecycle_state of this CatalogItemSummary. Return type: str
-
listing_id
¶ [Required] Gets the listing_id of this CatalogItemSummary. The catalog listing Id.
Returns: The listing_id of this CatalogItemSummary. Return type: str
-
listing_version
¶ [Required] Gets the listing_version of this CatalogItemSummary. The catalog package version.
Returns: The listing_version of this CatalogItemSummary. Return type: str
-
package_type
¶ [Required] Gets the package_type of this CatalogItemSummary. Config package type Eg: BASE_PACKAGE, EXTENSION_PACKAGE.
Returns: The package_type of this CatalogItemSummary. Return type: str
-
short_description
¶ [Required] Gets the short_description of this CatalogItemSummary. Short description about the catalog item.
Returns: The short_description of this CatalogItemSummary. Return type: str
Gets the system_tags of this CatalogItemSummary. 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 CatalogItemSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this CatalogItemSummary. The date and time the CatalogItem was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
Returns: The time_created of this CatalogItemSummary. Return type: datetime
-
time_released
¶ [Required] Gets the time_released of this CatalogItemSummary. The date and time the CatalogItem was released, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
Returns: The time_released of this CatalogItemSummary. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this CatalogItemSummary. The date and time the CatalogItem was updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
Returns: The time_updated of this CatalogItemSummary. Return type: datetime
-
version_description
¶ [Required] Gets the version_description of this CatalogItemSummary. Version description about the catalog item.
Returns: The version_description of this CatalogItemSummary. Return type: str
-