Show / Hide Table of Contents

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.

Inheritance
object
DiscoveredWorkload
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AppHub.v1alpha.Data
Assembly: Google.Apis.AppHub.v1alpha.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX