public interface RegionDisksStartAsyncReplicationRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAsyncSecondaryDisk()
public abstract String getAsyncSecondaryDisk()
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
optional string async_secondary_disk = 131645867;
Returns | |
---|---|
Type | Description |
String |
The asyncSecondaryDisk. |
getAsyncSecondaryDiskBytes()
public abstract ByteString getAsyncSecondaryDiskBytes()
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
optional string async_secondary_disk = 131645867;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for asyncSecondaryDisk. |
hasAsyncSecondaryDisk()
public abstract boolean hasAsyncSecondaryDisk()
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
optional string async_secondary_disk = 131645867;
Returns | |
---|---|
Type | Description |
boolean |
Whether the asyncSecondaryDisk field is set. |