Show / Hide Table of Contents

Class ThreeTierWorkload

The body of three tier workload

Inheritance
object
ThreeTierWorkload
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.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
APILayerServer

Backend

Output only. The backend for three tier workload

Declaration
[JsonProperty("backend")]
public virtual BackendServer Backend { get; set; }
Property Value
Type Description
BackendServer

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
FrontEndServer

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX