ListingSummary¶
-
class
oci.marketplace_publisher.models.ListingSummary(**kwargs)¶ Bases:
objectThe model for a summary of the publisher listing.
Attributes
LISTING_TYPE_LEAD_GENERATIONA constant which can be used with the listing_type property of a ListingSummary. LISTING_TYPE_OCI_APPLICATIONA constant which can be used with the listing_type property of a ListingSummary. LISTING_TYPE_SERVICEA constant which can be used with the listing_type property of a ListingSummary. PACKAGE_TYPE_CONTAINER_IMAGEA constant which can be used with the package_type property of a ListingSummary. PACKAGE_TYPE_HELM_CHARTA constant which can be used with the package_type property of a ListingSummary. PACKAGE_TYPE_MACHINE_IMAGEA constant which can be used with the package_type property of a ListingSummary. PACKAGE_TYPE_NONEA constant which can be used with the package_type property of a ListingSummary. PACKAGE_TYPE_STACKA constant which can be used with the package_type property of a ListingSummary. compartment_id[Required] Gets the compartment_id of this ListingSummary. defined_tagsGets the defined_tags of this ListingSummary. freeform_tagsGets the freeform_tags of this ListingSummary. id[Required] Gets the id of this ListingSummary. lifecycle_state[Required] Gets the lifecycle_state of this ListingSummary. listing_type[Required] Gets the listing_type of this ListingSummary. name[Required] Gets the name of this ListingSummary. package_type[Required] Gets the package_type of this ListingSummary. system_tagsGets the system_tags of this ListingSummary. time_created[Required] Gets the time_created of this ListingSummary. time_updated[Required] Gets the time_updated of this ListingSummary. Methods
__init__(**kwargs)Initializes a new ListingSummary object with values from keyword arguments. -
LISTING_TYPE_LEAD_GENERATION= 'LEAD_GENERATION'¶ A constant which can be used with the listing_type property of a ListingSummary. This constant has a value of “LEAD_GENERATION”
-
LISTING_TYPE_OCI_APPLICATION= 'OCI_APPLICATION'¶ A constant which can be used with the listing_type property of a ListingSummary. This constant has a value of “OCI_APPLICATION”
-
LISTING_TYPE_SERVICE= 'SERVICE'¶ A constant which can be used with the listing_type property of a ListingSummary. This constant has a value of “SERVICE”
-
PACKAGE_TYPE_CONTAINER_IMAGE= 'CONTAINER_IMAGE'¶ A constant which can be used with the package_type property of a ListingSummary. 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 ListingSummary. This constant has a value of “HELM_CHART”
-
PACKAGE_TYPE_MACHINE_IMAGE= 'MACHINE_IMAGE'¶ A constant which can be used with the package_type property of a ListingSummary. This constant has a value of “MACHINE_IMAGE”
-
PACKAGE_TYPE_NONE= 'NONE'¶ A constant which can be used with the package_type property of a ListingSummary. This constant has a value of “NONE”
-
PACKAGE_TYPE_STACK= 'STACK'¶ A constant which can be used with the package_type property of a ListingSummary. This constant has a value of “STACK”
-
__init__(**kwargs)¶ Initializes a new ListingSummary 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 ListingSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ListingSummary.
- listing_type (str) – The value to assign to the listing_type property of this ListingSummary. Allowed values for this property are: “OCI_APPLICATION”, “LEAD_GENERATION”, “SERVICE”, ‘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 ListingSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ListingSummary.
- package_type (str) – The value to assign to the package_type property of this ListingSummary. Allowed values for this property are: “CONTAINER_IMAGE”, “HELM_CHART”, “MACHINE_IMAGE”, “STACK”, “NONE”, ‘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 ListingSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this ListingSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ListingSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ListingSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ListingSummary.
-
compartment_id¶ [Required] Gets the compartment_id of this ListingSummary. The unique identifier of the compartment.
Returns: The compartment_id of this ListingSummary. Return type: str
Gets the defined_tags of this ListingSummary. 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 ListingSummary. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this ListingSummary. 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 ListingSummary. Return type: dict(str, str)
-
id¶ [Required] Gets the id of this ListingSummary. The unique OCID of the listing.
Returns: The id of this ListingSummary. Return type: str
-
lifecycle_state¶ [Required] Gets the lifecycle_state of this ListingSummary. The current state for the Listing.
Returns: The lifecycle_state of this ListingSummary. Return type: str
-
listing_type¶ [Required] Gets the listing_type of this ListingSummary. The listing type of the Listing.
Allowed values for this property are: “OCI_APPLICATION”, “LEAD_GENERATION”, “SERVICE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The listing_type of this ListingSummary. Return type: str
-
name¶ [Required] Gets the name of this ListingSummary. The name of the listing.
Returns: The name of this ListingSummary. Return type: str
-
package_type¶ [Required] Gets the package_type of this ListingSummary. The package type for the listing.
Allowed values for this property are: “CONTAINER_IMAGE”, “HELM_CHART”, “MACHINE_IMAGE”, “STACK”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The package_type of this ListingSummary. Return type: str
Gets the system_tags of this ListingSummary. 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 ListingSummary. Return type: dict(str, dict(str, object))
-