class Google::Apis::AppengineV1beta4::ContainerInfo

A Docker (container) image which should be used to start the application.

Attributes

image[RW]

Reference to a hosted container image. Must be a URI to a resource in a Docker repository. Must be fully qualified, including tag or digest. e.g. gcr.io/my- project/image:tag or digest at gcr.io/my-project/image Corresponds to the JSON property `image` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/appengine_v1beta4/classes.rb, line 1144
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/appengine_v1beta4/classes.rb, line 1149
def update!(**args)
  @image = args[:image] if args.key?(:image)
end