Show / Hide Table of Contents

Class InitializeParams

Specifies the parameters to initialize this disk.

Inheritance
object
InitializeParams
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX