Class FrontEndServer
The front end server
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager .v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class FrontEndServer : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The frontend name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
OsVersion
Output only. OS information
Declaration
[JsonProperty("osVersion")]
public virtual string OsVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
Resources
Output only. resources in the component
Declaration
[JsonProperty("resources")]
public virtual IList<CloudResource> Resources { get; set; }
Property Value
Type | Description |
---|---|
IList<Cloud |