Class ServiceMeshMembershipSpec
Service Mesh: Spec for a single Membership for the servicemesh feature
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v1.Data
Assembly: Google.Apis.GKEHub.v1.dll
Syntax
public class ServiceMeshMembershipSpec : IDirectResponseSchema
Properties
ConfigApi
Optional. Specifies the API that will be used for configuring the mesh workloads.
Declaration
[JsonProperty("configApi")]
public virtual string ConfigApi { get; set; }
Property Value
Type | Description |
---|---|
string |
ControlPlane
Deprecated: use management
instead Enables automatic control plane management.
Declaration
[JsonProperty("controlPlane")]
public virtual string ControlPlane { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Management
Optional. Enables automatic Service Mesh management.
Declaration
[JsonProperty("management")]
public virtual string Management { get; set; }
Property Value
Type | Description |
---|---|
string |