Class: Google::Apis::ComputeBeta::ManagedInstanceAllInstancesConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ManagedInstanceAllInstancesConfig
- 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
-
#revision ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ManagedInstanceAllInstancesConfig
constructor
A new instance of ManagedInstanceAllInstancesConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ManagedInstanceAllInstancesConfig
Returns a new instance of ManagedInstanceAllInstancesConfig.
36563 36564 36565 |
# File 'lib/google/apis/compute_beta/classes.rb', line 36563 def initialize(**args) update!(**args) end |
Instance Attribute Details
#revision ⇒ String
Output only. [Output Only] Current all-instances configuration revision.
This value is in RFC3339 text format.
Corresponds to the JSON property revision
36561 36562 36563 |
# File 'lib/google/apis/compute_beta/classes.rb', line 36561 def revision @revision end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
36568 36569 36570 |
# File 'lib/google/apis/compute_beta/classes.rb', line 36568 def update!(**args) @revision = args[:revision] if args.key?(:revision) end |