class Google::Apis::GkehubV1beta::MembershipFeatureSpec

MembershipFeatureSpec contains configuration information for a single Membership.

Attributes

configmanagement[RW]

**Anthos Config Management**: Configuration for a single cluster. Intended to parallel the ConfigManagement CR. Corresponds to the JSON property `configmanagement` @return [Google::Apis::GkehubV1beta::ConfigManagementMembershipSpec]

identityservice[RW]

**Anthos Identity Service**: Configuration for a single Membership. Corresponds to the JSON property `identityservice` @return [Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gkehub_v1beta/classes.rb, line 1616
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/gkehub_v1beta/classes.rb, line 1621
def update!(**args)
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
  @identityservice = args[:identityservice] if args.key?(:identityservice)
end