Backup and DR Service v1 API - Class AttachedDisk.Types.InitializeParams (1.2.0)

public sealed class AttachedDisk.Types.InitializeParams : IMessage<AttachedDisk.Types.InitializeParams>, IEquatable<AttachedDisk.Types.InitializeParams>, IDeepCloneable<AttachedDisk.Types.InitializeParams>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup and DR Service v1 API class AttachedDisk.Types.InitializeParams.

Specifies the parameters to initialize this disk.

Inheritance

object > AttachedDisk.Types.InitializeParams

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

InitializeParams()

public InitializeParams()

InitializeParams(InitializeParams)

public InitializeParams(AttachedDisk.Types.InitializeParams other)
Parameter
Name Description
other AttachedDiskTypesInitializeParams

Properties

DiskName

public string DiskName { get; set; }

Optional. Specifies the disk name. If not specified, the default is to use the name of the instance.

Property Value
Type Description
string

HasDiskName

public bool HasDiskName { get; }

Gets whether the "disk_name" field is set

Property Value
Type Description
bool

ReplicaZones

public RepeatedField<string> ReplicaZones { get; }

Optional. URL of the zone where the disk should be created. Required for each regional disk associated with the instance.

Property Value
Type Description
RepeatedFieldstring