class Google::Apis::ComputeV1::ImageFamilyView

Attributes

image[RW]

Represents an Image resource. You can use images to create boot disks for your VM instances. For more information, read Images. Corresponds to the JSON property `image` @return [Google::Apis::ComputeV1::Image]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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