Class WorkloadProperties
Properties of an underlying compute resource represented by the Workload.
Implements
Inherited Members
Namespace: Google.Apis.AppHub.v1alpha.Data
Assembly: Google.Apis.AppHub.v1alpha.dll
Syntax
public class WorkloadProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcpProject
Output only. The service project identifier that the underlying cloud resource resides in. Empty for non-cloud resources.
Declaration
[JsonProperty("gcpProject")]
public virtual string GcpProject { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
Output only. The location that the underlying compute resource resides in (for example, us-west1).
Declaration
[JsonProperty("location")]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
Zone
Output only. The location that the underlying compute resource resides in if it is zonal (for example, us-west1-a).
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |