Class ContainerImageFunctionSourceDetails


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20260325")
    public final class ContainerImageFunctionSourceDetails
    extends FunctionSourceDetails
    Source details of a container image based function.
    Note: Objects should always be created or deserialized using the ContainerImageFunctionSourceDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the ContainerImageFunctionSourceDetails.Builder, which maintain a set of all explicitly set fields called ContainerImageFunctionSourceDetails.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Constructor Detail

      • ContainerImageFunctionSourceDetails

        @Deprecated
        public ContainerImageFunctionSourceDetails​(String image,
                                                   String imageDigest)
        Deprecated.
    • Method Detail

      • getImage

        public String getImage()
        The qualified name of the Docker image to use in the function, including the image tag.

        The image should be in the OCI Registry that is in the same region as the function itself. Example: phx.ocir.io/ten/functions/function:0.0.1

        Returns:
        the value
      • getImageDigest

        public String getImageDigest()
        The image digest for the version of the image that will be pulled when invoking this function.

        If no value is specified, the digest currently associated with the image in the OCI Registry will be used. Example: sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7

        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class FunctionSourceDetails
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation