public sealed class WorkloadProperties : IMessage<WorkloadProperties>, IEquatable<WorkloadProperties>, IDeepCloneable<WorkloadProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class WorkloadProperties.
Properties of an underlying compute resource represented by the Workload.
Implements
IMessageWorkloadProperties, IEquatableWorkloadProperties, IDeepCloneableWorkloadProperties, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
WorkloadProperties()
public WorkloadProperties()
WorkloadProperties(WorkloadProperties)
public WorkloadProperties(WorkloadProperties other)
Parameter | |
---|---|
Name | Description |
other |
WorkloadProperties |
Properties
GcpProject
public string GcpProject { get; set; }
Output only. The service project identifier that the underlying cloud resource resides in. Empty for non cloud resources.
Property Value | |
---|---|
Type | Description |
string |
Location
public string Location { get; set; }
Output only. The location that the underlying compute resource resides in (e.g us-west1).
Property Value | |
---|---|
Type | Description |
string |
Zone
public string Zone { get; set; }
Output only. The location that the underlying compute resource resides in if it is zonal (e.g us-west1-a).
Property Value | |
---|---|
Type | Description |
string |