Show / Hide Table of Contents

Class WorkloadProperties

Properties of an underlying compute resource represented by the Workload.

Inheritance
object
WorkloadProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX