Show / Hide Table of Contents

Class FeatureState

FeatureState contains high-level state information and per-feature state information for this MembershipFeature.

Inheritance
object
FeatureState
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.v2alpha.Data
Assembly: Google.Apis.GKEHub.v2alpha.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

Rbacrolebindingactuation

RBAC Role Binding Actuation state

Declaration
[JsonProperty("rbacrolebindingactuation")]
public virtual RBACRoleBindingActuationState Rbacrolebindingactuation { get; set; }
Property Value
Type Description
RBACRoleBindingActuationState

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX