class Google::Apis::GkehubV1alpha::ServiceMeshMembershipState
**Service Mesh**: State for a single Membership, 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 2101 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 2106 def update!(**args) @analysis_messages = args[:analysis_messages] if args.key?(:analysis_messages) end