Class: Google::Apis::ComputeAlpha::ManagedInstanceAllInstancesConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ManagedInstanceAllInstancesConfig

Returns a new instance of ManagedInstanceAllInstancesConfig.



22755
22756
22757
# File 'lib/google/apis/compute_alpha/classes.rb', line 22755

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#revisionString

[Output Only] Instances config revision. This value is in RFC3339 text format. Corresponds to the JSON property revision

Returns:

  • (String)


22753
22754
22755
# File 'lib/google/apis/compute_alpha/classes.rb', line 22753

def revision
  @revision
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



22760
22761
22762
# File 'lib/google/apis/compute_alpha/classes.rb', line 22760

def update!(**args)
  @revision = args[:revision] if args.key?(:revision)
end