Class: Google::Apis::GkehubV1::ServiceMeshFeatureSpec

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/representations.rb

Overview

Service Mesh: Spec for the fleet for the servicemesh feature

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceMeshFeatureSpec

Returns a new instance of ServiceMeshFeatureSpec.



6422
6423
6424
# File 'lib/google/apis/gkehub_v1/classes.rb', line 6422

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#modernization_compatibilityString

Optional. Specifies modernization compatibility for the fleet. Corresponds to the JSON property modernizationCompatibility

Returns:

  • (String)


6420
6421
6422
# File 'lib/google/apis/gkehub_v1/classes.rb', line 6420

def modernization_compatibility
  @modernization_compatibility
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6427
6428
6429
# File 'lib/google/apis/gkehub_v1/classes.rb', line 6427

def update!(**args)
  @modernization_compatibility = args[:modernization_compatibility] if args.key?(:modernization_compatibility)
end