DiscoveredWorkload class
DiscoveredWorkload is a binary deployment (such as managed instance groups (MIGs) and GKE deployments) that performs the smallest logical subset of business functionality.
A discovered workload can be registered to an App Hub Workload.
Constructors
- DiscoveredWorkload({String? name, WorkloadProperties? workloadProperties, WorkloadReference? workloadReference})
- DiscoveredWorkload.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- workloadProperties ↔ WorkloadProperties?
-
Properties of an underlying compute resource represented by the Workload.
getter/setter pair
- workloadReference ↔ WorkloadReference?
-
Reference of an underlying compute resource represented by the Workload.
getter/setter pair
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