class Google::Apis::GkehubV1alpha::CommonFeatureState
CommonFeatureState
contains Hub-wide Feature
status information.
Attributes
servicemesh[RW]
**Service Mesh**: State for the whole Hub, as analyzed by the Service Mesh Hub Controller. Corresponds to the JSON property `servicemesh` @return [Google::Apis::GkehubV1alpha::ServiceMeshFeatureState]
state[RW]
FeatureState
describes the high-level state of a Feature
. It may be used to describe a Feature's state at the environ-level, or per-membershop, depending on the context. Corresponds to the JSON property `state` @return [Google::Apis::GkehubV1alpha::FeatureState]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1alpha/classes.rb, line 246 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/gkehub_v1alpha/classes.rb, line 251 def update!(**args) @servicemesh = args[:servicemesh] if args.key?(:servicemesh) @state = args[:state] if args.key?(:state) end