Class ThreeTierWorkload
The body of three tier workload
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager .v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class ThreeTierWorkload : IDirectResponseSchema
Properties
ApiLayer
Output only. The API layer for three tier workload
Declaration
[JsonProperty("apiLayer")]
public virtual APILayerServer ApiLayer { get; set; }
Property Value
Type | Description |
---|---|
APILayer |
Backend
Output only. The backend for three tier workload
Declaration
[JsonProperty("backend")]
public virtual BackendServer Backend { get; set; }
Property Value
Type | Description |
---|---|
Backend |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Endpoint
Output only. the workload endpoint
Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
Type | Description |
---|---|
string |
Frontend
Output only. The frontend for three tier workload
Declaration
[JsonProperty("frontend")]
public virtual FrontEndServer Frontend { get; set; }
Property Value
Type | Description |
---|---|
Front |