Class: Google::Apis::WorkloadmanagerV1::ThreeTierWorkloadOverview
- Inherits:
-
Object
- Object
- Google::Apis::WorkloadmanagerV1::ThreeTierWorkloadOverview
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/workloadmanager_v1/classes.rb,
lib/google/apis/workloadmanager_v1/representations.rb,
lib/google/apis/workloadmanager_v1/representations.rb
Overview
The overview of three tier workload
Instance Attribute Summary collapse
-
#three_tier_system_id ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ThreeTierWorkloadOverview
constructor
A new instance of ThreeTierWorkloadOverview.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ThreeTierWorkloadOverview
Returns a new instance of ThreeTierWorkloadOverview.
2085 2086 2087 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 2085 def initialize(**args) update!(**args) end |
Instance Attribute Details
#three_tier_system_id ⇒ String
Output only. The UUID for a three tier workload
Corresponds to the JSON property threeTierSystemId
2083 2084 2085 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 2083 def three_tier_system_id @three_tier_system_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2090 2091 2092 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 2090 def update!(**args) @three_tier_system_id = args[:three_tier_system_id] if args.key?(:three_tier_system_id) end |