Class: Google::Apis::GkeonpremV1::ValidationCheckStatus
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::ValidationCheckStatus
- 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 more...
Overview
ValidationCheckStatus defines the detailed validation check status.
Instance Attribute Summary collapse
-
#result ⇒ Array<Google::Apis::GkeonpremV1::ValidationCheckResult>
Individual checks which failed as part of the Preflight check execution.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ValidationCheckStatus
constructor
A new instance of ValidationCheckStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ValidationCheckStatus
Returns a new instance of ValidationCheckStatus.
3594 3595 3596 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3594 def initialize(**args) update!(**args) end |
Instance Attribute Details
#result ⇒ Array<Google::Apis::GkeonpremV1::ValidationCheckResult>
Individual checks which failed as part of the Preflight check execution.
Corresponds to the JSON property result
3592 3593 3594 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3592 def result @result end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3599 3600 3601 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3599 def update!(**args) @result = args[:result] if args.key?(:result) end |