class Google::Apis::GkehubV1beta::MultiClusterIngressFeatureSpec

**Multi-cluster Ingress**: The configuration for the MultiClusterIngress feature.

Attributes

billing[RW]

Deprecated: This field will be ignored and should not be set. Customer's billing structure. Corresponds to the JSON property `billing` @return [String]

config_membership[RW]

Fully-qualified Membership name which hosts the MultiClusterIngress CRD. Example: `projects/foo-proj/locations/global/memberships/bar` Corresponds to the JSON property `configMembership` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gkehub_v1beta/classes.rb, line 1711
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 1716
def update!(**args)
  @billing = args[:billing] if args.key?(:billing)
  @config_membership = args[:config_membership] if args.key?(:config_membership)
end