Class: Google::Apis::GkehubV2::AppDevExperienceState

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_succeededGoogle::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