Class: Google::Apis::GkehubV1::ServiceMeshMembershipState

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/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.



2393
2394
2395
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2393

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

Instance Attribute Details

#control_plane_managementGoogle::Apis::GkehubV1::ServiceMeshControlPlaneManagement

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



2391
2392
2393
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2391

def control_plane_management
  @control_plane_management
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2398
2399
2400
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2398

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