Class ComputeInstanceDataSourceProperties
ComputeInstanceDataSourceProperties represents the properties of a ComputeEngine resource that are stored in the DataSource.
Implements
Inherited Members
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? |