Show / Hide Table of Contents

Class BackendServer

The backend server

Inheritance
object
BackendServer
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 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<CloudResource>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX