public sealed class DiscoveredWorkload : IMessage<DiscoveredWorkload>, IEquatable<DiscoveredWorkload>, IDeepCloneable<DiscoveredWorkload>, IBufferMessage, IMessageReference documentation and code samples for the App Hub v1 API 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
IMessageDiscoveredWorkload, IEquatableDiscoveredWorkload, IDeepCloneableDiscoveredWorkload, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
DiscoveredWorkload()
public DiscoveredWorkload()DiscoveredWorkload(DiscoveredWorkload)
public DiscoveredWorkload(DiscoveredWorkload other)| Parameter | |
|---|---|
| Name | Description |
other |
DiscoveredWorkload |
Properties
DiscoveredWorkloadName
public DiscoveredWorkloadName DiscoveredWorkloadName { get; set; }DiscoveredWorkloadName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
DiscoveredWorkloadName |
|
Name
public string Name { get; set; }Identifier. The resource name of the discovered workload. Format:
"projects/{host-project-id}/locations/{location}/discoveredWorkloads/{uuid}"
| Property Value | |
|---|---|
| Type | Description |
string |
|
WorkloadProperties
public WorkloadProperties WorkloadProperties { get; set; }Output only. Properties of an underlying compute resource represented by the Workload. These are immutable.
| Property Value | |
|---|---|
| Type | Description |
WorkloadProperties |
|
WorkloadReference
public WorkloadReference WorkloadReference { get; set; }Output only. Reference of an underlying compute resource represented by the Workload. These are immutable.
| Property Value | |
|---|---|
| Type | Description |
WorkloadReference |
|