Show / Hide Table of Contents

Class MembershipFeatureState

MembershipFeatureState contains Feature status information for a single Membership.

Inheritance
object
MembershipFeatureState
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 MembershipFeatureState : IDirectResponseSchema

Properties

Appdevexperience

Appdevexperience specific state.

Declaration
[JsonProperty("appdevexperience")]
public virtual AppDevExperienceFeatureState Appdevexperience { get; set; }
Property Value
Type Description
AppDevExperienceFeatureState

Clusterupgrade

ClusterUpgrade state.

Declaration
[JsonProperty("clusterupgrade")]
public virtual ClusterUpgradeMembershipState Clusterupgrade { get; set; }
Property Value
Type Description
ClusterUpgradeMembershipState

Configmanagement

Config Management-specific state.

Declaration
[JsonProperty("configmanagement")]
public virtual ConfigManagementMembershipState Configmanagement { get; set; }
Property Value
Type Description
ConfigManagementMembershipState

ETag

The ETag of the item.

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

Fleetobservability

Fleet observability membership state.

Declaration
[JsonProperty("fleetobservability")]
public virtual FleetObservabilityMembershipState Fleetobservability { get; set; }
Property Value
Type Description
FleetObservabilityMembershipState

Identityservice

Identity Service-specific state.

Declaration
[JsonProperty("identityservice")]
public virtual IdentityServiceMembershipState Identityservice { get; set; }
Property Value
Type Description
IdentityServiceMembershipState

Metering

Metering-specific state.

Declaration
[JsonProperty("metering")]
public virtual MeteringMembershipState Metering { get; set; }
Property Value
Type Description
MeteringMembershipState

Namespaceactuation

FNS Actuation membership state

Declaration
[JsonProperty("namespaceactuation")]
public virtual NamespaceActuationMembershipState Namespaceactuation { get; set; }
Property Value
Type Description
NamespaceActuationMembershipState

Policycontroller

Policycontroller-specific state.

Declaration
[JsonProperty("policycontroller")]
public virtual PolicyControllerMembershipState Policycontroller { get; set; }
Property Value
Type Description
PolicyControllerMembershipState

Servicemesh

Service Mesh-specific state.

Declaration
[JsonProperty("servicemesh")]
public virtual ServiceMeshMembershipState Servicemesh { get; set; }
Property Value
Type Description
ServiceMeshMembershipState

State

The high-level state of this Feature for a single membership.

Declaration
[JsonProperty("state")]
public virtual FeatureState State { get; set; }
Property Value
Type Description
FeatureState

Workloadidentity

Workload Identity membership specific state.

Declaration
[JsonProperty("workloadidentity")]
public virtual WorkloadIdentityMembershipState Workloadidentity { get; set; }
Property Value
Type Description
WorkloadIdentityMembershipState

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX