Class: Google::Apis::WorkloadmanagerV1::SqlserverWorkloadOverview
- Inherits:
-
Object
- Object
- Google::Apis::WorkloadmanagerV1::SqlserverWorkloadOverview
- 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 sqlserver workload
Instance Attribute Summary collapse
-
#availability_group ⇒ Array<String>
Output only.
-
#sqlserver_system_id ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SqlserverWorkloadOverview
constructor
A new instance of SqlserverWorkloadOverview.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SqlserverWorkloadOverview
Returns a new instance of SqlserverWorkloadOverview.
1989 1990 1991 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1989 def initialize(**args) update!(**args) end |
Instance Attribute Details
#availability_group ⇒ Array<String>
Output only. The availability groups
Corresponds to the JSON property availabilityGroup
1982 1983 1984 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1982 def availability_group @availability_group end |
#sqlserver_system_id ⇒ String
Output only. The UUID for a Sqlserver workload
Corresponds to the JSON property sqlserverSystemId
1987 1988 1989 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1987 def sqlserver_system_id @sqlserver_system_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1994 1995 1996 1997 |
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1994 def update!(**args) @availability_group = args[:availability_group] if args.key?(:availability_group) @sqlserver_system_id = args[:sqlserver_system_id] if args.key?(:sqlserver_system_id) end |