Class: Google::Apis::GkehubV1beta::ServiceMeshControlPlaneManagement

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

Overview

Status of control plane management.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ServiceMeshControlPlaneManagement

Returns a new instance of ServiceMeshControlPlaneManagement.



5601
5602
5603
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 5601

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

Instance Attribute Details

#detailsArray<Google::Apis::GkehubV1beta::ServiceMeshStatusDetails>

Explanation of state. Corresponds to the JSON property details



5589
5590
5591
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 5589

def details
  @details
end

#implementationString

Output only. Implementation of managed control plane. Corresponds to the JSON property implementation

Returns:

  • (String)


5594
5595
5596
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 5594

def implementation
  @implementation
end

#stateString

LifecycleState of control plane management. Corresponds to the JSON property state

Returns:

  • (String)


5599
5600
5601
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 5599

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5606
5607
5608
5609
5610
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 5606

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