Class: Google::Apis::GkeonpremV1::ValidationCheckStatus

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

Overview

ValidationCheckStatus defines the detailed validation check status.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ValidationCheckStatus

Returns a new instance of ValidationCheckStatus.



3573
3574
3575
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3573

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

Instance Attribute Details

#resultArray<Google::Apis::GkeonpremV1::ValidationCheckResult>

Individual checks which failed as part of the Preflight check execution. Corresponds to the JSON property result



3571
3572
3573
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3571

def result
  @result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3578
3579
3580
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3578

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