ServiceMeshMembershipState class
Service Mesh: State for a single Membership, as analyzed by the Service Mesh Hub Controller.
Constructors
- 
          ServiceMeshMembershipState({List<ServiceMeshCondition> ? conditions, ServiceMeshControlPlaneManagement? controlPlaneManagement, ServiceMeshDataPlaneManagement? dataPlaneManagement})
- ServiceMeshMembershipState.fromJson(Map json_)
Properties
- 
  conditions
  ↔ List<ServiceMeshCondition> ?
- 
  List of conditions reported for this membership.
  getter/setter pair
- controlPlaneManagement ↔ ServiceMeshControlPlaneManagement?
- 
  Status of control plane management
  getter/setter pair
- dataPlaneManagement ↔ ServiceMeshDataPlaneManagement?
- 
  Status of data plane management.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited