Listing¶
-
class
oci.marketplace_publisher.models.
Listing
(**kwargs)¶ Bases:
object
The model for the Marketplace Publisher listing.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a Listing. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a Listing. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a Listing. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a Listing. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a Listing. LIFECYCLE_STATE_INACTIVE
A constant which can be used with the lifecycle_state property of a Listing. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a Listing. LISTING_TYPE_OCI_APPLICATION
A constant which can be used with the listing_type property of a Listing. PACKAGE_TYPE_CONTAINER_IMAGE
A constant which can be used with the package_type property of a Listing. PACKAGE_TYPE_HELM_CHART
A constant which can be used with the package_type property of a Listing. compartment_id
[Required] Gets the compartment_id of this Listing. defined_tags
Gets the defined_tags of this Listing. extended_metadata
Gets the extended_metadata of this Listing. freeform_tags
Gets the freeform_tags of this Listing. id
[Required] Gets the id of this Listing. lifecycle_state
Gets the lifecycle_state of this Listing. listing_type
[Required] Gets the listing_type of this Listing. name
[Required] Gets the name of this Listing. package_type
[Required] Gets the package_type of this Listing. publisher_id
[Required] Gets the publisher_id of this Listing. system_tags
Gets the system_tags of this Listing. time_created
[Required] Gets the time_created of this Listing. time_updated
[Required] Gets the time_updated of this Listing. Methods
__init__
(**kwargs)Initializes a new Listing object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a Listing. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a Listing. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a Listing. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a Listing. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a Listing. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_INACTIVE
= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a Listing. This constant has a value of “INACTIVE”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a Listing. This constant has a value of “UPDATING”
-
LISTING_TYPE_OCI_APPLICATION
= 'OCI_APPLICATION'¶ A constant which can be used with the listing_type property of a Listing. This constant has a value of “OCI_APPLICATION”
-
PACKAGE_TYPE_CONTAINER_IMAGE
= 'CONTAINER_IMAGE'¶ A constant which can be used with the package_type property of a Listing. This constant has a value of “CONTAINER_IMAGE”
-
PACKAGE_TYPE_HELM_CHART
= 'HELM_CHART'¶ A constant which can be used with the package_type property of a Listing. This constant has a value of “HELM_CHART”
-
__init__
(**kwargs)¶ Initializes a new Listing 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 Listing.
- compartment_id (str) – The value to assign to the compartment_id property of this Listing.
- publisher_id (str) – The value to assign to the publisher_id property of this Listing.
- listing_type (str) – The value to assign to the listing_type property of this Listing. Allowed values for this property are: “OCI_APPLICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- name (str) – The value to assign to the name property of this Listing.
- package_type (str) – The value to assign to the package_type property of this Listing. Allowed values for this property are: “CONTAINER_IMAGE”, “HELM_CHART”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- extended_metadata (dict(str, str)) – The value to assign to the extended_metadata property of this Listing.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this Listing. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this Listing.
- time_updated (datetime) – The value to assign to the time_updated property of this Listing.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this Listing.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this Listing.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this Listing.
-
compartment_id
¶ [Required] Gets the compartment_id of this Listing. The unique identifier for the compartment.
Returns: The compartment_id of this Listing. Return type: str
Gets the defined_tags of this Listing. 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 Listing. Return type: dict(str, dict(str, object))
-
extended_metadata
¶ Gets the extended_metadata of this Listing. Additional metadata key/value pairs for the listing summary.
For example:
{“listingRevisionStatus”: “Published”,”listingRevision”: “1” }
Returns: The extended_metadata of this Listing. Return type: dict(str, str)
Gets the freeform_tags of this Listing. 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 Listing. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this Listing. Unique OCID identifier for the listing.
Returns: The id of this Listing. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this Listing. The current state of the Listing.
Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this Listing. Return type: str
-
listing_type
¶ [Required] Gets the listing_type of this Listing. The listing type for the listing.
Allowed values for this property are: “OCI_APPLICATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The listing_type of this Listing. Return type: str
-
name
¶ [Required] Gets the name of this Listing. Name for the listing.
Returns: The name of this Listing. Return type: str
-
package_type
¶ [Required] Gets the package_type of this Listing. The package type for the listing.
Allowed values for this property are: “CONTAINER_IMAGE”, “HELM_CHART”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The package_type of this Listing. Return type: str
-
publisher_id
¶ [Required] Gets the publisher_id of this Listing. The unique identifier for the publisher.
Returns: The publisher_id of this Listing. Return type: str
Gets the system_tags of this Listing. 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 Listing. Return type: dict(str, dict(str, object))
-