Class: Google::Apis::WorkloadmanagerV1::WorkloadProfileOverview

Inherits:
Object
  • Object
show all
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

a workload profile overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WorkloadProfileOverview

Returns a new instance of WorkloadProfileOverview.



2226
2227
2228
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 2226

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

Instance Attribute Details

#sap_workload_overviewGoogle::Apis::WorkloadmanagerV1::SapWorkloadOverview

The overview of sap workload Corresponds to the JSON property sapWorkloadOverview



2214
2215
2216
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 2214

def sap_workload_overview
  @sap_workload_overview
end

#sqlserver_workload_overviewGoogle::Apis::WorkloadmanagerV1::SqlserverWorkloadOverview

The overview of sqlserver workload Corresponds to the JSON property sqlserverWorkloadOverview



2219
2220
2221
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 2219

def sqlserver_workload_overview
  @sqlserver_workload_overview
end

#three_tier_workload_overviewGoogle::Apis::WorkloadmanagerV1::ThreeTierWorkloadOverview

The overview of three tier workload Corresponds to the JSON property threeTierWorkloadOverview



2224
2225
2226
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 2224

def three_tier_workload_overview
  @three_tier_workload_overview
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2231
2232
2233
2234
2235
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 2231

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