public sealed class DiskDataSourceProperties : IMessage<DiskDataSourceProperties>, IEquatable<DiskDataSourceProperties>, IDeepCloneable<DiskDataSourceProperties>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1 API class DiskDataSourceProperties.
DiskDataSourceProperties represents the properties of a Disk resource that are stored in the DataSource. .
Implements
IMessageDiskDataSourceProperties, IEquatableDiskDataSourceProperties, IDeepCloneableDiskDataSourceProperties, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1Assembly
Google.Cloud.BackupDR.V1.dll
Constructors
DiskDataSourceProperties()
public DiskDataSourceProperties()DiskDataSourceProperties(DiskDataSourceProperties)
public DiskDataSourceProperties(DiskDataSourceProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
DiskDataSourceProperties |
Properties
Description
public string Description { get; set; }The description of the disk.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Name of the disk backed up by the datasource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SizeGb
public long SizeGb { get; set; }The size of the disk in GB.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Type
public string Type { get; set; }The type of the disk.
| Property Value | |
|---|---|
| Type | Description |
string |
|