Class InitializeParams
Specifies the parameters to initialize this disk.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class InitializeParams : IDirectResponseSchema
Properties
DiskName
Optional. Specifies the disk name. If not specified, the default is to use the name of the instance.
Declaration
[JsonProperty("diskName")]
public virtual string DiskName { 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 |
ReplicaZones
Optional. URL of the zone where the disk should be created. Required for each regional disk associated with the instance.
Declaration
[JsonProperty("replicaZones")]
public virtual IList<string> ReplicaZones { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |