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 |
ExtendedMetadata
Output only. Additional metadata specific to the resource type. The key is a string that identifies the type
of metadata and the value is the metadata contents specific to that type. Key format:
apphub.googleapis.com/{metadataType}
Declaration
[JsonProperty("extendedMetadata")]
public virtual IDictionary<string, ExtendedMetadata> ExtendedMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, ExtendedMetadata> |
FunctionalType
Output only. The type of the workload.
Declaration
[JsonProperty("functionalType")]
public virtual FunctionalType FunctionalType { get; set; }
Property Value
| Type | Description |
|---|---|
| FunctionalType |
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 |
Identity
Output only. The identity associated with the workload.
Declaration
[JsonProperty("identity")]
public virtual Identity Identity { get; set; }
Property Value
| Type | Description |
|---|---|
| Identity |
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 |