Class: Google::Apis::GkehubV2::AppDevExperienceState
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV2::AppDevExperienceState
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v2/classes.rb,
lib/google/apis/gkehub_v2/representations.rb,
lib/google/apis/gkehub_v2/representations.rb
Overview
State for App Dev Exp Feature.
Instance Attribute Summary collapse
-
#networking_install_succeeded ⇒ Google::Apis::GkehubV2::AppDevExperienceStatus
Status specifies state for the subcomponent.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppDevExperienceState
constructor
A new instance of AppDevExperienceState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppDevExperienceState
Returns a new instance of AppDevExperienceState.
34 35 36 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#networking_install_succeeded ⇒ Google::Apis::GkehubV2::AppDevExperienceStatus
Status specifies state for the subcomponent.
Corresponds to the JSON property networkingInstallSucceeded
32 33 34 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 32 def networking_install_succeeded @networking_install_succeeded end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'lib/google/apis/gkehub_v2/classes.rb', line 39 def update!(**args) @networking_install_succeeded = args[:networking_install_succeeded] if args.key?(:networking_install_succeeded) end |