ConfigureCatalogItemDetails

class oci.fleet_apps_management.models.ConfigureCatalogItemDetails(**kwargs)

Bases: object

Contains the details required to configure a catalog item.

Methods

__init__(**kwargs) Initializes a new ConfigureCatalogItemDetails object with values from keyword arguments.

Attributes

bucket_name [Required] Gets the bucket_name of this ConfigureCatalogItemDetails.
catalog_listing_id Gets the catalog_listing_id of this ConfigureCatalogItemDetails.
catalog_listing_version_id Gets the catalog_listing_version_id of this ConfigureCatalogItemDetails.
compartment_id [Required] Gets the compartment_id of this ConfigureCatalogItemDetails.
defined_tags Gets the defined_tags of this ConfigureCatalogItemDetails.
freeform_tags Gets the freeform_tags of this ConfigureCatalogItemDetails.
input_variables [Required] Gets the input_variables of this ConfigureCatalogItemDetails.
object_name Gets the object_name of this ConfigureCatalogItemDetails.
storage_namespace [Required] Gets the storage_namespace of this ConfigureCatalogItemDetails.
system_tags Gets the system_tags of this ConfigureCatalogItemDetails.
__init__(**kwargs)

Initializes a new ConfigureCatalogItemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • storage_namespace (str) – The value to assign to the storage_namespace property of this ConfigureCatalogItemDetails.
  • bucket_name (str) – The value to assign to the bucket_name property of this ConfigureCatalogItemDetails.
  • object_name (str) – The value to assign to the object_name property of this ConfigureCatalogItemDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this ConfigureCatalogItemDetails.
  • catalog_listing_id (str) – The value to assign to the catalog_listing_id property of this ConfigureCatalogItemDetails.
  • catalog_listing_version_id (str) – The value to assign to the catalog_listing_version_id property of this ConfigureCatalogItemDetails.
  • input_variables (list[oci.fleet_apps_management.models.KeyValueProperty]) – The value to assign to the input_variables property of this ConfigureCatalogItemDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ConfigureCatalogItemDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ConfigureCatalogItemDetails.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ConfigureCatalogItemDetails.
bucket_name

[Required] Gets the bucket_name of this ConfigureCatalogItemDetails. The name of the Object Storage bucket that contains the catalog item configuration object.

Returns:The bucket_name of this ConfigureCatalogItemDetails.
Return type:str
catalog_listing_id

Gets the catalog_listing_id of this ConfigureCatalogItemDetails. The unique identifier of the catalog listing to which configuration applies.

Returns:The catalog_listing_id of this ConfigureCatalogItemDetails.
Return type:str
catalog_listing_version_id

Gets the catalog_listing_version_id of this ConfigureCatalogItemDetails. The unique identifier for the specific version of the catalog listing.

Returns:The catalog_listing_version_id of this ConfigureCatalogItemDetails.
Return type:str
compartment_id

[Required] Gets the compartment_id of this ConfigureCatalogItemDetails. OCID of the Compartment.

Returns:The compartment_id of this ConfigureCatalogItemDetails.
Return type:str
defined_tags

Gets the defined_tags of this ConfigureCatalogItemDetails. 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 ConfigureCatalogItemDetails.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this ConfigureCatalogItemDetails. 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 ConfigureCatalogItemDetails.
Return type:dict(str, str)
input_variables

[Required] Gets the input_variables of this ConfigureCatalogItemDetails. Array of key value pairs specifying variables or parameters to be used when configuring the catalog item.

Returns:The input_variables of this ConfigureCatalogItemDetails.
Return type:list[oci.fleet_apps_management.models.KeyValueProperty]
object_name

Gets the object_name of this ConfigureCatalogItemDetails. The name of the object file in the specified bucket containing catalog item configuration details.

Returns:The object_name of this ConfigureCatalogItemDetails.
Return type:str
storage_namespace

[Required] Gets the storage_namespace of this ConfigureCatalogItemDetails. The Oracle Cloud Object Storage namespace where the artifact or variables are stored.

Returns:The storage_namespace of this ConfigureCatalogItemDetails.
Return type:str
system_tags

Gets the system_tags of this ConfigureCatalogItemDetails. 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 ConfigureCatalogItemDetails.
Return type:dict(str, dict(str, object))