Class ServiceMeshControlPlaneManagement
Status of control plane management.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class ServiceMeshControlPlaneManagement : IDirectResponseSchema
Properties
Details
Explanation of state.
Declaration
[JsonProperty("details")]
public virtual IList<ServiceMeshStatusDetails> Details { get; set; }
Property Value
Type | Description |
---|---|
IList<ServiceMeshStatusDetails> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Implementation
Output only. Implementation of managed control plane.
Declaration
[JsonProperty("implementation")]
public virtual string Implementation { get; set; }
Property Value
Type | Description |
---|---|
string |
State
LifecycleState of control plane management.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |