Class: Google::Apis::GkehubV1beta::ServiceMeshFeatureState
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1beta::ServiceMeshFeatureState
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1beta/classes.rb,
lib/google/apis/gkehub_v1beta/representations.rb,
lib/google/apis/gkehub_v1beta/representations.rb
Overview
Service Mesh: State for the whole Hub, as analyzed by the Service Mesh Hub Controller.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ ServiceMeshFeatureState
constructor
A new instance of ServiceMeshFeatureState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ServiceMeshFeatureState
Returns a new instance of ServiceMeshFeatureState.
6641 6642 6643 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 6641 def initialize(**args) update!(**args) end |
Instance Attribute Details
#conditions ⇒ Array<Google::Apis::GkehubV1beta::ServiceMeshFeatureCondition>
Output only. List of conditions reported for this feature.
Corresponds to the JSON property conditions
6639 6640 6641 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 6639 def conditions @conditions end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6646 6647 6648 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 6646 def update!(**args) @conditions = args[:conditions] if args.key?(:conditions) end |