UpdateContainerImageDetails¶
-
class
oci.marketplace_publisher.models.
UpdateContainerImageDetails
(**kwargs)¶ Bases:
object
Container image details required to update a container artifact.
Methods
__init__
(**kwargs)Initializes a new UpdateContainerImageDetails object with values from keyword arguments. Attributes
source_registry_id
[Required] Gets the source_registry_id of this UpdateContainerImageDetails. source_registry_url
[Required] Gets the source_registry_url of this UpdateContainerImageDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateContainerImageDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_registry_id (str) – The value to assign to the source_registry_id property of this UpdateContainerImageDetails.
- source_registry_url (str) – The value to assign to the source_registry_url property of this UpdateContainerImageDetails.
-
source_registry_id
¶ [Required] Gets the source_registry_id of this UpdateContainerImageDetails. The source registry OCID of the container image.
Returns: The source_registry_id of this UpdateContainerImageDetails. Return type: str
-
source_registry_url
¶ [Required] Gets the source_registry_url of this UpdateContainerImageDetails. The source registry url of the container image.
Returns: The source_registry_url of this UpdateContainerImageDetails. Return type: str
-