CreateCatalogItemDetails¶
- 
class oci.fleet_apps_management.models.CreateCatalogItemDetails(**kwargs)¶
- Bases: - object- The data to create a CatalogItem. - Methods - __init__(**kwargs)- Initializes a new CreateCatalogItemDetails object with values from keyword arguments. - Attributes - catalog_source_payload- Gets the catalog_source_payload of this CreateCatalogItemDetails. - compartment_id- [Required] Gets the compartment_id of this CreateCatalogItemDetails. - config_source_type- [Required] Gets the config_source_type of this CreateCatalogItemDetails. - defined_tags- Gets the defined_tags of this CreateCatalogItemDetails. - description- [Required] Gets the description of this CreateCatalogItemDetails. - display_name- [Required] Gets the display_name of this CreateCatalogItemDetails. - freeform_tags- Gets the freeform_tags of this CreateCatalogItemDetails. - listing_id- Gets the listing_id of this CreateCatalogItemDetails. - listing_version- Gets the listing_version of this CreateCatalogItemDetails. - package_type- [Required] Gets the package_type of this CreateCatalogItemDetails. - short_description- Gets the short_description of this CreateCatalogItemDetails. - time_released- Gets the time_released of this CreateCatalogItemDetails. - version_description- Gets the version_description of this CreateCatalogItemDetails. - 
__init__(**kwargs)¶
- Initializes a new CreateCatalogItemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateCatalogItemDetails.
- config_source_type (str) – The value to assign to the config_source_type property of this CreateCatalogItemDetails.
- description (str) – The value to assign to the description property of this CreateCatalogItemDetails.
- version_description (str) – The value to assign to the version_description property of this CreateCatalogItemDetails.
- short_description (str) – The value to assign to the short_description property of this CreateCatalogItemDetails.
- time_released (datetime) – The value to assign to the time_released property of this CreateCatalogItemDetails.
- display_name (str) – The value to assign to the display_name property of this CreateCatalogItemDetails.
- catalog_source_payload (oci.fleet_apps_management.models.CatalogSourcePayload) – The value to assign to the catalog_source_payload property of this CreateCatalogItemDetails.
- listing_id (str) – The value to assign to the listing_id property of this CreateCatalogItemDetails.
- listing_version (str) – The value to assign to the listing_version property of this CreateCatalogItemDetails.
- package_type (str) – The value to assign to the package_type property of this CreateCatalogItemDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateCatalogItemDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateCatalogItemDetails.
 
 - 
catalog_source_payload¶
- Gets the catalog_source_payload of this CreateCatalogItemDetails. - Returns: - The catalog_source_payload of this CreateCatalogItemDetails. - Return type: - oci.fleet_apps_management.models.CatalogSourcePayload 
 - 
compartment_id¶
- [Required] Gets the compartment_id of this CreateCatalogItemDetails. The OCID of the compartment. - Returns: - The compartment_id of this CreateCatalogItemDetails. - Return type: - str 
 - 
config_source_type¶
- [Required] Gets the config_source_type of this CreateCatalogItemDetails. Config source type Eg: STACK_TEMPLATE_CATALOG_SOURCE, PAR_CATALOG_SOURCE, GIT_CATALOG_SOURCE, MARKETPLACE_CATALOG_SOURCE. - Returns: - The config_source_type of this CreateCatalogItemDetails. - Return type: - str 
 - Gets the defined_tags of this CreateCatalogItemDetails. 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 CreateCatalogItemDetails. - Return type: - dict(str, dict(str, object)) 
 - 
description¶
- [Required] Gets the description of this CreateCatalogItemDetails. The description of the CatalogItem. - Returns: - The description of this CreateCatalogItemDetails. - Return type: - str 
 - 
display_name¶
- [Required] Gets the display_name of this CreateCatalogItemDetails. The CatalogItem name. - Returns: - The display_name of this CreateCatalogItemDetails. - Return type: - str 
 - Gets the freeform_tags of this CreateCatalogItemDetails. 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 CreateCatalogItemDetails. - Return type: - dict(str, str) 
 - 
listing_id¶
- Gets the listing_id of this CreateCatalogItemDetails. The catalog listing Id. - Returns: - The listing_id of this CreateCatalogItemDetails. - Return type: - str 
 - 
listing_version¶
- Gets the listing_version of this CreateCatalogItemDetails. The catalog package version. - Returns: - The listing_version of this CreateCatalogItemDetails. - Return type: - str 
 - 
package_type¶
- [Required] Gets the package_type of this CreateCatalogItemDetails. Config package type Eg: TF_PACKAGE, NON_TF_PACKAGE, CONFIG_FILE. - Returns: - The package_type of this CreateCatalogItemDetails. - Return type: - str 
 - 
short_description¶
- Gets the short_description of this CreateCatalogItemDetails. Short description about the catalog item. - Returns: - The short_description of this CreateCatalogItemDetails. - Return type: - str 
 - 
time_released¶
- Gets the time_released of this CreateCatalogItemDetails. 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 CreateCatalogItemDetails. - Return type: - datetime 
 - 
version_description¶
- Gets the version_description of this CreateCatalogItemDetails. Version description about the catalog item. - Returns: - The version_description of this CreateCatalogItemDetails. - Return type: - str 
 
-