Class: Google::Apis::GkehubV1beta::ServiceMeshMembershipState
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1beta::ServiceMeshMembershipState
- 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
-
#control_plane_management ⇒ Google::Apis::GkehubV1beta::ServiceMeshControlPlaneManagement
Status of control plane management.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ServiceMeshMembershipState
constructor
A new instance of ServiceMeshMembershipState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ServiceMeshMembershipState
Returns a new instance of ServiceMeshMembershipState.
2677 2678 2679 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2677 def initialize(**args) update!(**args) end |
Instance Attribute Details
#control_plane_management ⇒ Google::Apis::GkehubV1beta::ServiceMeshControlPlaneManagement
Status of control plane management.
Corresponds to the JSON property controlPlaneManagement
2675 2676 2677 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2675 def control_plane_management @control_plane_management end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2682 2683 2684 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2682 def update!(**args) @control_plane_management = args[:control_plane_management] if args.key?(:control_plane_management) end |