Class BackendServer
The backend server
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager .v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class BackendServer : IDirectResponseSchema
Properties
BackupFile
Output only. The backup file
Declaration
[JsonProperty("backupFile")]
public virtual string BackupFile { get; set; }
Property Value
Type | Description |
---|---|
string |
BackupSchedule
Output only. The backup schedule
Declaration
[JsonProperty("backupSchedule")]
public virtual string BackupSchedule { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. The backend 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 |