MachineImagePackage¶
- 
class 
oci.marketplace_publisher.models.MachineImagePackage(**kwargs)¶ Bases:
oci.marketplace_publisher.models.listing_revision_package.ListingRevisionPackageA package for machine image listings.
Attributes
LIFECYCLE_STATE_ACTIVEstr(object=’’) -> str LIFECYCLE_STATE_CREATINGstr(object=’’) -> str LIFECYCLE_STATE_DELETEDstr(object=’’) -> str LIFECYCLE_STATE_DELETINGstr(object=’’) -> str LIFECYCLE_STATE_FAILEDstr(object=’’) -> str LIFECYCLE_STATE_INACTIVEstr(object=’’) -> str LIFECYCLE_STATE_UPDATINGstr(object=’’) -> str PACKAGE_TYPE_CONTAINER_IMAGEstr(object=’’) -> str PACKAGE_TYPE_HELM_CHARTstr(object=’’) -> str PACKAGE_TYPE_MACHINE_IMAGEstr(object=’’) -> str PACKAGE_TYPE_NONEstr(object=’’) -> str PACKAGE_TYPE_STACKstr(object=’’) -> str STATUS_NEWstr(object=’’) -> str STATUS_PUBLISHEDstr(object=’’) -> str STATUS_PUBLISHED_AS_PRIVATEstr(object=’’) -> str STATUS_PUBLISH_FAILEDstr(object=’’) -> str STATUS_PUBLISH_IN_PROGRESSstr(object=’’) -> str STATUS_UNPUBLISHEDstr(object=’’) -> str STATUS_UNPUBLISH_IN_PROGRESSstr(object=’’) -> str are_security_upgrades_provided[Required] Gets the are_security_upgrades_provided of this ListingRevisionPackage. artifact_id[Required] Gets the artifact_id of this ListingRevisionPackage. compartment_id[Required] Gets the compartment_id of this ListingRevisionPackage. defined_tagsGets the defined_tags of this ListingRevisionPackage. descriptionGets the description of this ListingRevisionPackage. display_name[Required] Gets the display_name of this ListingRevisionPackage. extended_metadataGets the extended_metadata of this ListingRevisionPackage. freeform_tagsGets the freeform_tags of this ListingRevisionPackage. idGets the id of this ListingRevisionPackage. is_default[Required] Gets the is_default of this ListingRevisionPackage. lifecycle_state[Required] Gets the lifecycle_state of this ListingRevisionPackage. listing_revision_id[Required] Gets the listing_revision_id of this ListingRevisionPackage. machine_image_detailsGets the machine_image_details of this MachineImagePackage. package_type[Required] Gets the package_type of this ListingRevisionPackage. package_version[Required] Gets the package_version of this ListingRevisionPackage. status[Required] Gets the status of this ListingRevisionPackage. system_tagsGets the system_tags of this ListingRevisionPackage. term_id[Required] Gets the term_id of this ListingRevisionPackage. time_created[Required] Gets the time_created of this ListingRevisionPackage. time_updated[Required] Gets the time_updated of this ListingRevisionPackage. Methods
__init__(**kwargs)Initializes a new MachineImagePackage object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - 
LIFECYCLE_STATE_ACTIVE= 'ACTIVE'¶ 
- 
LIFECYCLE_STATE_CREATING= 'CREATING'¶ 
- 
LIFECYCLE_STATE_DELETED= 'DELETED'¶ 
- 
LIFECYCLE_STATE_DELETING= 'DELETING'¶ 
- 
LIFECYCLE_STATE_FAILED= 'FAILED'¶ 
- 
LIFECYCLE_STATE_INACTIVE= 'INACTIVE'¶ 
- 
LIFECYCLE_STATE_UPDATING= 'UPDATING'¶ 
- 
PACKAGE_TYPE_CONTAINER_IMAGE= 'CONTAINER_IMAGE'¶ 
- 
PACKAGE_TYPE_HELM_CHART= 'HELM_CHART'¶ 
- 
PACKAGE_TYPE_MACHINE_IMAGE= 'MACHINE_IMAGE'¶ 
- 
PACKAGE_TYPE_NONE= 'NONE'¶ 
- 
PACKAGE_TYPE_STACK= 'STACK'¶ 
- 
STATUS_NEW= 'NEW'¶ 
- 
STATUS_PUBLISHED= 'PUBLISHED'¶ 
- 
STATUS_PUBLISHED_AS_PRIVATE= 'PUBLISHED_AS_PRIVATE'¶ 
- 
STATUS_PUBLISH_FAILED= 'PUBLISH_FAILED'¶ 
- 
STATUS_PUBLISH_IN_PROGRESS= 'PUBLISH_IN_PROGRESS'¶ 
- 
STATUS_UNPUBLISHED= 'UNPUBLISHED'¶ 
- 
STATUS_UNPUBLISH_IN_PROGRESS= 'UNPUBLISH_IN_PROGRESS'¶ 
- 
__init__(**kwargs)¶ Initializes a new MachineImagePackage object with values from keyword arguments. The default value of the
package_typeattribute of this class isMACHINE_IMAGEand it should not be changed. 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 MachineImagePackage.
 - display_name (str) – The value to assign to the display_name property of this MachineImagePackage.
 - description (str) – The value to assign to the description property of this MachineImagePackage.
 - listing_revision_id (str) – The value to assign to the listing_revision_id property of this MachineImagePackage.
 - compartment_id (str) – The value to assign to the compartment_id property of this MachineImagePackage.
 - artifact_id (str) – The value to assign to the artifact_id property of this MachineImagePackage.
 - term_id (str) – The value to assign to the term_id property of this MachineImagePackage.
 - package_version (str) – The value to assign to the package_version property of this MachineImagePackage.
 - package_type (str) – The value to assign to the package_type property of this MachineImagePackage. Allowed values for this property are: “CONTAINER_IMAGE”, “HELM_CHART”, “MACHINE_IMAGE”, “STACK”, “NONE”
 - lifecycle_state (str) – The value to assign to the lifecycle_state property of this MachineImagePackage. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”
 - status (str) – The value to assign to the status property of this MachineImagePackage. Allowed values for this property are: “NEW”, “PUBLISH_IN_PROGRESS”, “UNPUBLISH_IN_PROGRESS”, “PUBLISH_FAILED”, “PUBLISHED”, “PUBLISHED_AS_PRIVATE”, “UNPUBLISHED”
 - are_security_upgrades_provided (bool) – The value to assign to the are_security_upgrades_provided property of this MachineImagePackage.
 - is_default (bool) – The value to assign to the is_default property of this MachineImagePackage.
 - time_created (datetime) – The value to assign to the time_created property of this MachineImagePackage.
 - time_updated (datetime) – The value to assign to the time_updated property of this MachineImagePackage.
 - extended_metadata (dict(str, str)) – The value to assign to the extended_metadata property of this MachineImagePackage.
 - freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this MachineImagePackage.
 - defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this MachineImagePackage.
 - system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this MachineImagePackage.
 - machine_image_details (oci.marketplace_publisher.models.MachineImagePackageDetails) – The value to assign to the machine_image_details property of this MachineImagePackage.
 
- 
are_security_upgrades_provided¶ [Required] Gets the are_security_upgrades_provided of this ListingRevisionPackage. Identifies whether security upgrades will be provided for this package.
Returns: The are_security_upgrades_provided of this ListingRevisionPackage. Return type: bool 
- 
artifact_id¶ [Required] Gets the artifact_id of this ListingRevisionPackage. The unique identifier for the artifact.
Returns: The artifact_id of this ListingRevisionPackage. Return type: str 
- 
compartment_id¶ [Required] Gets the compartment_id of this ListingRevisionPackage. The unique identifier for the compartment.
Returns: The compartment_id of this ListingRevisionPackage. Return type: str 
Gets the defined_tags of this ListingRevisionPackage. 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 ListingRevisionPackage. Return type: dict(str, dict(str, object)) 
- 
description¶ Gets the description of this ListingRevisionPackage. The description of this package.
Returns: The description of this ListingRevisionPackage. Return type: str 
- 
display_name¶ [Required] Gets the display_name of this ListingRevisionPackage. The name of the listing revision package.
Returns: The display_name of this ListingRevisionPackage. Return type: str 
- 
extended_metadata¶ Gets the extended_metadata of this ListingRevisionPackage. Additional metadata key/value pairs for the listing revision package summary.
For example:
{“partnerListingRevisionPackageStatus”: “Published”,”parentListingRevisionPackageId”: “1” }
Returns: The extended_metadata of this ListingRevisionPackage. Return type: dict(str, str) 
Gets the freeform_tags of this ListingRevisionPackage. 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 ListingRevisionPackage. Return type: dict(str, str) 
- 
static 
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
- 
id¶ Gets the id of this ListingRevisionPackage. The OCID for the listing revision package in Marketplace Publisher.
Returns: The id of this ListingRevisionPackage. Return type: str 
- 
is_default¶ [Required] Gets the is_default of this ListingRevisionPackage. Identifies that this will be default package for the listing revision.
Returns: The is_default of this ListingRevisionPackage. Return type: bool 
- 
lifecycle_state¶ [Required] Gets the lifecycle_state of this ListingRevisionPackage. The current state for the listing revision package.
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 ListingRevisionPackage. Return type: str 
- 
listing_revision_id¶ [Required] Gets the listing_revision_id of this ListingRevisionPackage. The unique identifier for the listing revision.
Returns: The listing_revision_id of this ListingRevisionPackage. Return type: str 
- 
machine_image_details¶ Gets the machine_image_details of this MachineImagePackage.
Returns: The machine_image_details of this MachineImagePackage. Return type: oci.marketplace_publisher.models.MachineImagePackageDetails 
- 
package_type¶ [Required] Gets the package_type of this ListingRevisionPackage. 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 ListingRevisionPackage. Return type: str 
- 
package_version¶ [Required] Gets the package_version of this ListingRevisionPackage. The version for the package.
Returns: The package_version of this ListingRevisionPackage. Return type: str 
- 
status¶ [Required] Gets the status of this ListingRevisionPackage. The current status for the listing revision package.
Allowed values for this property are: “NEW”, “PUBLISH_IN_PROGRESS”, “UNPUBLISH_IN_PROGRESS”, “PUBLISH_FAILED”, “PUBLISHED”, “PUBLISHED_AS_PRIVATE”, “UNPUBLISHED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this ListingRevisionPackage. Return type: str 
Gets the system_tags of this ListingRevisionPackage. 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 ListingRevisionPackage. Return type: dict(str, dict(str, object)) 
- 
term_id¶ [Required] Gets the term_id of this ListingRevisionPackage. The unique identifier for the term.
Returns: The term_id of this ListingRevisionPackage. Return type: str 
-