Class: Google::Apis::GkehubV1beta::ServiceMeshMembershipState

Inherits:
Object
  • Object
show all
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 a single Membership, as analyzed by the Service Mesh Hub Controller.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceMeshMembershipState

Returns a new instance of ServiceMeshMembershipState.



4795
4796
4797
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 4795

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

Instance Attribute Details

#control_plane_managementGoogle::Apis::GkehubV1beta::ServiceMeshControlPlaneManagement

Status of control plane management. Corresponds to the JSON property controlPlaneManagement



4788
4789
4790
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 4788

def control_plane_management
  @control_plane_management
end

#data_plane_managementGoogle::Apis::GkehubV1beta::ServiceMeshDataPlaneManagement

Status of data plane management. Only reported per-member. Corresponds to the JSON property dataPlaneManagement



4793
4794
4795
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 4793

def data_plane_management
  @data_plane_management
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4800
4801
4802
4803
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 4800

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