Class: Google::Apis::ComputeAlpha::ManagedInstanceAllInstancesConfig
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ManagedInstanceAllInstancesConfig
- 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
-
#revision ⇒ String
[Output Only] Current all-instances configuration revision.
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.
25955 25956 25957 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25955 def initialize(**args) update!(**args) end |
Instance Attribute Details
#revision ⇒ String
[Output Only] Current all-instances configuration revision. This value is in
RFC3339 text format.
Corresponds to the JSON property revision
25953 25954 25955 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25953 def revision @revision end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
25960 25961 25962 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 25960 def update!(**args) @revision = args[:revision] if args.key?(:revision) end |