CreateContainerImageDetails¶
-
class
oci.marketplace_publisher.models.
CreateContainerImageDetails
(**kwargs)¶ Bases:
object
Container image details required to create a container artifact.
Methods
__init__
(**kwargs)Initializes a new CreateContainerImageDetails object with values from keyword arguments. Attributes
source_registry_id
[Required] Gets the source_registry_id of this CreateContainerImageDetails. source_registry_url
[Required] Gets the source_registry_url of this CreateContainerImageDetails. -
__init__
(**kwargs)¶ Initializes a new CreateContainerImageDetails 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 CreateContainerImageDetails.
- source_registry_url (str) – The value to assign to the source_registry_url property of this CreateContainerImageDetails.
-
source_registry_id
¶ [Required] Gets the source_registry_id of this CreateContainerImageDetails. The source registry id of the container image.
Returns: The source_registry_id of this CreateContainerImageDetails. Return type: str
-
source_registry_url
¶ [Required] Gets the source_registry_url of this CreateContainerImageDetails. The source registry url of the container image.
Returns: The source_registry_url of this CreateContainerImageDetails. Return type: str
-