class Google::Apis::ComputeV1::InstanceManagedByIgmErrorInstanceActionDetails
Attributes
action[RW]
- Output Only
-
Action that managed instance group was executing on the instance
when the error occurred. Possible values: Corresponds to the JSON property `action` @return [String]
instance[RW]
- Output Only
-
The URL of the instance. The URL can be set even if the instance
has not yet been created. Corresponds to the JSON property `instance` @return [String]
version[RW]
- Output Only
-
Version this instance was created from, or was being created
from, but the creation failed. Corresponds to one of the versions that were set on the Instance
Group Manager resource at the time this instance was being created. Corresponds to the JSON property `version` @return [Google::Apis::ComputeV1::ManagedInstanceVersion]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 14318 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_v1/classes.rb, line 14323 def update!(**args) @action = args[:action] if args.key?(:action) @instance = args[:instance] if args.key?(:instance) @version = args[:version] if args.key?(:version) end