Class: Google::Apis::ComputeBeta::ManagedInstanceAllInstancesConfig

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ManagedInstanceAllInstancesConfig

Returns a new instance of ManagedInstanceAllInstancesConfig.



25141
25142
25143
# File 'lib/google/apis/compute_beta/classes.rb', line 25141

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

Instance Attribute Details

#revisionString

[Output Only] Current all-instances configuration revision. This value is in RFC3339 text format. Corresponds to the JSON property revision

Returns:

  • (String)


25139
25140
25141
# File 'lib/google/apis/compute_beta/classes.rb', line 25139

def revision
  @revision
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25146
25147
25148
# File 'lib/google/apis/compute_beta/classes.rb', line 25146

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