Class: Google::Apis::GkehubV1::AppDevExperienceFeatureState

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

Overview

State for App Dev Exp Feature.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppDevExperienceFeatureState

Returns a new instance of AppDevExperienceFeatureState.



47
48
49
# File 'lib/google/apis/gkehub_v1/classes.rb', line 47

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

Instance Attribute Details

#networking_install_succeededGoogle::Apis::GkehubV1::Status

Status specifies state for the subcomponent. Corresponds to the JSON property networkingInstallSucceeded



45
46
47
# File 'lib/google/apis/gkehub_v1/classes.rb', line 45

def networking_install_succeeded
  @networking_install_succeeded
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



52
53
54
# File 'lib/google/apis/gkehub_v1/classes.rb', line 52

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