Class FeatureState
FeatureState contains high-level state information and per-feature state information for this MembershipFeature.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class FeatureState : IDirectResponseSchema
Properties
Appdevexperience
Appdevexperience specific state.
Declaration
[JsonProperty("appdevexperience")]
public virtual AppDevExperienceState Appdevexperience { get; set; }
Property Value
Type | Description |
---|---|
AppDevExperienceState |
Clusterupgrade
Cluster upgrade state.
Declaration
[JsonProperty("clusterupgrade")]
public virtual ClusterUpgradeState Clusterupgrade { get; set; }
Property Value
Type | Description |
---|---|
ClusterUpgradeState |
Configmanagement
Config Management state
Declaration
[JsonProperty("configmanagement")]
public virtual ConfigManagementState Configmanagement { get; set; }
Property Value
Type | Description |
---|---|
ConfigManagementState |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Identityservice
Identity service state
Declaration
[JsonProperty("identityservice")]
public virtual IdentityServiceState Identityservice { get; set; }
Property Value
Type | Description |
---|---|
IdentityServiceState |
Metering
Metering state
Declaration
[JsonProperty("metering")]
public virtual MeteringState Metering { get; set; }
Property Value
Type | Description |
---|---|
MeteringState |
Policycontroller
Policy Controller state
Declaration
[JsonProperty("policycontroller")]
public virtual PolicyControllerState Policycontroller { get; set; }
Property Value
Type | Description |
---|---|
PolicyControllerState |
Servicemesh
Service mesh state
Declaration
[JsonProperty("servicemesh")]
public virtual ServiceMeshState Servicemesh { get; set; }
Property Value
Type | Description |
---|---|
ServiceMeshState |
State
The high-level state of this MembershipFeature.
Declaration
[JsonProperty("state")]
public virtual State State { get; set; }
Property Value
Type | Description |
---|---|
State |