UpdateListingRevisionPackageDetails

class oci.marketplace_publisher.models.UpdateListingRevisionPackageDetails(**kwargs)

Bases: object

The model for an Oracle Cloud Infrastructure Marketplace Listing revison package.

Methods

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

Attributes

are_security_upgrades_provided Gets the are_security_upgrades_provided of this UpdateListingRevisionPackageDetails.
artifact_id Gets the artifact_id of this UpdateListingRevisionPackageDetails.
defined_tags Gets the defined_tags of this UpdateListingRevisionPackageDetails.
description Gets the description of this UpdateListingRevisionPackageDetails.
display_name Gets the display_name of this UpdateListingRevisionPackageDetails.
freeform_tags Gets the freeform_tags of this UpdateListingRevisionPackageDetails.
is_default Gets the is_default of this UpdateListingRevisionPackageDetails.
package_version Gets the package_version of this UpdateListingRevisionPackageDetails.
term_id Gets the term_id of this UpdateListingRevisionPackageDetails.
__init__(**kwargs)

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

Parameters:
  • package_version (str) – The value to assign to the package_version property of this UpdateListingRevisionPackageDetails.
  • display_name (str) – The value to assign to the display_name property of this UpdateListingRevisionPackageDetails.
  • description (str) – The value to assign to the description property of this UpdateListingRevisionPackageDetails.
  • artifact_id (str) – The value to assign to the artifact_id property of this UpdateListingRevisionPackageDetails.
  • term_id (str) – The value to assign to the term_id property of this UpdateListingRevisionPackageDetails.
  • is_default (bool) – The value to assign to the is_default property of this UpdateListingRevisionPackageDetails.
  • are_security_upgrades_provided (bool) – The value to assign to the are_security_upgrades_provided property of this UpdateListingRevisionPackageDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateListingRevisionPackageDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateListingRevisionPackageDetails.
are_security_upgrades_provided

Gets the are_security_upgrades_provided of this UpdateListingRevisionPackageDetails. Identifies whether security upgrades will be provided for this package.

Returns:The are_security_upgrades_provided of this UpdateListingRevisionPackageDetails.
Return type:bool
artifact_id

Gets the artifact_id of this UpdateListingRevisionPackageDetails. The unique identifier for the artifact.

Returns:The artifact_id of this UpdateListingRevisionPackageDetails.
Return type:str
defined_tags

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

Gets the description of this UpdateListingRevisionPackageDetails. The description for this package.

Returns:The description of this UpdateListingRevisionPackageDetails.
Return type:str
display_name

Gets the display_name of this UpdateListingRevisionPackageDetails. The name for the listing revision package.

Returns:The display_name of this UpdateListingRevisionPackageDetails.
Return type:str
freeform_tags

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

Gets the is_default of this UpdateListingRevisionPackageDetails. Identifies that this will be default package for the listing revision.

Returns:The is_default of this UpdateListingRevisionPackageDetails.
Return type:bool
package_version

Gets the package_version of this UpdateListingRevisionPackageDetails. The version for the package.

Returns:The package_version of this UpdateListingRevisionPackageDetails.
Return type:str
term_id

Gets the term_id of this UpdateListingRevisionPackageDetails. The unique term identifier.

Returns:The term_id of this UpdateListingRevisionPackageDetails.
Return type:str