public sealed class AppHubWorkload : IMessage<AppHubWorkload>, IEquatable<AppHubWorkload>, IDeepCloneable<AppHubWorkload>, IBufferMessage, IMessage
Reference documentation and code samples for the Developer Connect v1 API class AppHubWorkload.
AppHubWorkload represents the App Hub Workload.
Implements
IMessageAppHubWorkload, IEquatableAppHubWorkload, IDeepCloneableAppHubWorkload, IBufferMessage, IMessageNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
AppHubWorkload()
public AppHubWorkload()
AppHubWorkload(AppHubWorkload)
public AppHubWorkload(AppHubWorkload other)
Parameter | |
---|---|
Name | Description |
other |
AppHubWorkload |
Properties
Criticality
public string Criticality { get; set; }
Output only. The criticality of the App Hub Workload.
Property Value | |
---|---|
Type | Description |
string |
Environment
public string Environment { get; set; }
Output only. The environment of the App Hub Workload.
Property Value | |
---|---|
Type | Description |
string |
Workload
public string Workload { get; set; }
Required. Output only. Immutable. The name of the App Hub Workload.
Format:
projects/{project}/locations/{location}/applications/{application}/workloads/{workload}
.
Property Value | |
---|---|
Type | Description |
string |