class Google::Apis::ComputeBeta::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::ComputeBeta::Image]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 12204
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_beta/classes.rb, line 12209
def update!(**args)
  @image = args[:image] if args.key?(:image)
end