Show / Hide Table of Contents

Class ServiceMeshControlPlaneManagement

Status of control plane management.

Inheritance
object
ServiceMeshControlPlaneManagement
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v2.Data
Assembly: Google.Apis.GKEHub.v2.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX