Class DiscoveredWorkload
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.
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1.Data
Assembly: Google.Apis.AppHub.v1.dll
Syntax
public class DiscoveredWorkload : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Identifier. The resource name of the discovered workload. Format:
"projects/{host-project-id}/locations/{location}/discoveredWorkloads/{uuid}"
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkloadProperties
Output only. Properties of an underlying compute resource represented by the Workload. These are immutable.
Declaration
[JsonProperty("workloadProperties")]
public virtual WorkloadProperties WorkloadProperties { get; set; }
Property Value
Type | Description |
---|---|
WorkloadProperties |
WorkloadReference
Output only. Reference of an underlying compute resource represented by the Workload. These are immutable.
Declaration
[JsonProperty("workloadReference")]
public virtual WorkloadReference WorkloadReference { get; set; }
Property Value
Type | Description |
---|---|
WorkloadReference |