Package com.google.cloud.compute.v1
Interface RegionDisksStartAsyncReplicationRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RegionDisksStartAsyncReplicationRequest
,RegionDisksStartAsyncReplicationRequest.Builder
public interface RegionDisksStartAsyncReplicationRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAsyncSecondaryDisk()
The secondary disk to start asynchronous replication to.com.google.protobuf.ByteString
getAsyncSecondaryDiskBytes()
The secondary disk to start asynchronous replication to.boolean
hasAsyncSecondaryDisk()
The secondary disk to start asynchronous replication to.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAsyncSecondaryDisk
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:
- Whether the asyncSecondaryDisk field is set.
-
getAsyncSecondaryDisk
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:
- The asyncSecondaryDisk.
-
getAsyncSecondaryDiskBytes
com.google.protobuf.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:
- The bytes for asyncSecondaryDisk.
-
-