Compute Engine v1 API - Class RegionDisksStartAsyncReplicationRequest (2.15.0)

public sealed class RegionDisksStartAsyncReplicationRequest : IMessage<RegionDisksStartAsyncReplicationRequest>, IEquatable<RegionDisksStartAsyncReplicationRequest>, IDeepCloneable<RegionDisksStartAsyncReplicationRequest>, IBufferMessage, IMessage

Inheritance

object > RegionDisksStartAsyncReplicationRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

RegionDisksStartAsyncReplicationRequest()

public RegionDisksStartAsyncReplicationRequest()

RegionDisksStartAsyncReplicationRequest(RegionDisksStartAsyncReplicationRequest)

public RegionDisksStartAsyncReplicationRequest(RegionDisksStartAsyncReplicationRequest other)
Parameter
NameDescription
otherRegionDisksStartAsyncReplicationRequest

Properties

AsyncSecondaryDisk

public string AsyncSecondaryDisk { get; set; }

The secondary disk to start asynchronous replication to. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk

Property Value
TypeDescription
string

HasAsyncSecondaryDisk

public bool HasAsyncSecondaryDisk { get; }

Gets whether the "async_secondary_disk" field is set

Property Value
TypeDescription
bool