Class: Google::Apis::WorkloadmanagerV1::SqlserverWorkloadOverview

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

The overview of sqlserver workload

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SqlserverWorkloadOverview

Returns a new instance of SqlserverWorkloadOverview.



1976
1977
1978
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1976

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

Instance Attribute Details

#availability_groupArray<String>

Output only. The availability groups Corresponds to the JSON property availabilityGroup

Returns:

  • (Array<String>)


1969
1970
1971
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1969

def availability_group
  @availability_group
end

#sqlserver_system_idString

Output only. The UUID for a Sqlserver workload Corresponds to the JSON property sqlserverSystemId

Returns:

  • (String)


1974
1975
1976
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1974

def sqlserver_system_id
  @sqlserver_system_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1981
1982
1983
1984
# File 'lib/google/apis/workloadmanager_v1/classes.rb', line 1981

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