SqlserverWorkload class

The body of sqlserver workload

Constructors

SqlserverWorkload({List<AvailabilityGroup>? ags, Cluster? cluster, List<Database>? databases, LoadBalancerServer? loadBalancerServer})
SqlserverWorkload.fromJson(Map json_)

Properties

ags List<AvailabilityGroup>?
The availability groups for sqlserver
getter/setter pair
cluster Cluster?
The cluster for sqlserver
getter/setter pair
databases List<Database>?
The databases for sqlserver
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loadBalancerServer LoadBalancerServer?
The load balancer for sqlserver
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited