Show / Hide Table of Contents

Class FeatureSpec

Workload Certificate: The Hub-wide input for the WorkloadCertificate feature.

Inheritance
object
FeatureSpec
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.v1alpha.Data
Assembly: Google.Apis.GKEHub.v1alpha.dll
Syntax
public class FeatureSpec : IDirectResponseSchema

Properties

DefaultConfig

Specifies default membership spec. Users can override the default in the member_configs for each member.

Declaration
[JsonProperty("defaultConfig")]
public virtual MembershipSpec DefaultConfig { get; set; }
Property Value
Type Description
MembershipSpec

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProvisionGoogleCa

Immutable. Specifies CA configuration.

Declaration
[JsonProperty("provisionGoogleCa")]
public virtual string ProvisionGoogleCa { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX