public sealed class ComputeInstanceDataSourceProperties : IMessage<ComputeInstanceDataSourceProperties>, IEquatable<ComputeInstanceDataSourceProperties>, IDeepCloneable<ComputeInstanceDataSourceProperties>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class ComputeInstanceDataSourceProperties.
ComputeInstanceDataSourceProperties represents the properties of a ComputeEngine resource that are stored in the DataSource.
Implements
IMessageComputeInstanceDataSourceProperties, IEquatableComputeInstanceDataSourceProperties, IDeepCloneableComputeInstanceDataSourceProperties, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
ComputeInstanceDataSourceProperties()
public ComputeInstanceDataSourceProperties()ComputeInstanceDataSourceProperties(ComputeInstanceDataSourceProperties)
public ComputeInstanceDataSourceProperties(ComputeInstanceDataSourceProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
ComputeInstanceDataSourceProperties |
Properties
Description
public string Description { get; set; }The description of the Compute Engine instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
MachineType
public string MachineType { get; set; }The machine type of the instance.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Name of the compute instance backed up by the datasource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TotalDiskCount
public long TotalDiskCount { get; set; }The total number of disks attached to the Instance.
| Property Value | |
|---|---|
| Type | Description |
long |
|
TotalDiskSizeGb
public long TotalDiskSizeGb { get; set; }The sum of all the disk sizes.
| Property Value | |
|---|---|
| Type | Description |
long |
|