Show / Hide Table of Contents

Class ComputeInstanceDataSourceProperties

ComputeInstanceDataSourceProperties represents the properties of a ComputeEngine resource that are stored in the DataSource.

Inheritance
object
ComputeInstanceDataSourceProperties
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.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class ComputeInstanceDataSourceProperties : IDirectResponseSchema

Properties

Description

The description of the Compute Engine instance.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

MachineType

The machine type of the instance.

Declaration
[JsonProperty("machineType")]
public virtual string MachineType { get; set; }
Property Value
Type Description
string

Name

Name of the compute instance backed up by the datasource.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

TotalDiskCount

The total number of disks attached to the Instance.

Declaration
[JsonProperty("totalDiskCount")]
public virtual long? TotalDiskCount { get; set; }
Property Value
Type Description
long?

TotalDiskSizeGb

The sum of all the disk sizes.

Declaration
[JsonProperty("totalDiskSizeGb")]
public virtual long? TotalDiskSizeGb { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX