class Google::Apis::GkehubV1alpha::ServiceMeshFeatureState

**Service Mesh**: State for the whole Hub, as analyzed by the Service Mesh Hub Controller.

Attributes

analysis_messages[RW]

Output only. Results of running Service Mesh analyzers. Corresponds to the JSON property `analysisMessages` @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gkehub_v1alpha/classes.rb, line 2081
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 2086
def update!(**args)
  @analysis_messages = args[:analysis_messages] if args.key?(:analysis_messages)
end