Class AppHubWorkload
AppHubWorkload represents the App Hub Workload.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class AppHubWorkload : IDirectResponseSchema
Properties
Criticality
Output only. The criticality of the App Hub Workload.
Declaration
[JsonProperty("criticality")]
public virtual string Criticality { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Environment
Output only. The environment of the App Hub Workload.
Declaration
[JsonProperty("environment")]
public virtual string Environment { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Workload
Required. Output only. Immutable. The name of the App Hub Workload. Format:
projects/{project}/locations/{location}/applications/{application}/workloads/{workload}.
Declaration
[JsonProperty("workload")]
public virtual string Workload { get; set; }
Property Value
| Type | Description |
|---|---|
| string |