LookupContainerImageByUriDetails¶
-
class
oci.artifacts.models.LookupContainerImageByUriDetails(**kwargs)¶ Bases:
objectDetails for fetching a container image by its URI.
Methods
__init__(**kwargs)Initializes a new LookupContainerImageByUriDetails object with values from keyword arguments. Attributes
image_uri[Required] Gets the image_uri of this LookupContainerImageByUriDetails. -
__init__(**kwargs)¶ Initializes a new LookupContainerImageByUriDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: image_uri (str) – The value to assign to the image_uri property of this LookupContainerImageByUriDetails.
-
image_uri¶ [Required] Gets the image_uri of this LookupContainerImageByUriDetails. The container image URI starting with the namespace. Example: namespace/reponame:version Example: namespace/reponame@sha256:50d858e0985ecc7f60418aaf0cc5ab587f42c2570a884095a9e8ccacd0f6545c
Returns: The image_uri of this LookupContainerImageByUriDetails. Return type: str
-