public final class DiskAsyncReplication
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DiskAsyncReplication() |
Modifier and Type | Method and Description |
---|---|
DiskAsyncReplication |
clone() |
String |
getConsistencyGroupPolicy()
[Output Only] URL of the DiskConsistencyGroupPolicy if replication was started on the disk as a
member of a group.
|
String |
getConsistencyGroupPolicyId()
[Output Only] ID of the DiskConsistencyGroupPolicy if replication was started on the disk as a
member of a group.
|
String |
getDisk()
The other disk asynchronously replicated to or from the current disk.
|
String |
getDiskId()
[Output Only] The unique ID of the other disk asynchronously replicated to or from the current
disk.
|
DiskAsyncReplication |
set(String fieldName,
Object value) |
DiskAsyncReplication |
setConsistencyGroupPolicy(String consistencyGroupPolicy)
[Output Only] URL of the DiskConsistencyGroupPolicy if replication was started on the disk as a
member of a group.
|
DiskAsyncReplication |
setConsistencyGroupPolicyId(String consistencyGroupPolicyId)
[Output Only] ID of the DiskConsistencyGroupPolicy if replication was started on the disk as a
member of a group.
|
DiskAsyncReplication |
setDisk(String disk)
The other disk asynchronously replicated to or from the current disk.
|
DiskAsyncReplication |
setDiskId(String diskId)
[Output Only] The unique ID of the other disk asynchronously replicated to or from the current
disk.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getConsistencyGroupPolicy()
null
for nonepublic DiskAsyncReplication setConsistencyGroupPolicy(String consistencyGroupPolicy)
consistencyGroupPolicy
- consistencyGroupPolicy or null
for nonepublic String getConsistencyGroupPolicyId()
null
for nonepublic DiskAsyncReplication setConsistencyGroupPolicyId(String consistencyGroupPolicyId)
consistencyGroupPolicyId
- consistencyGroupPolicyId or null
for nonepublic String getDisk()
null
for nonepublic DiskAsyncReplication setDisk(String disk)
disk
- disk or null
for nonepublic String getDiskId()
null
for nonepublic DiskAsyncReplication setDiskId(String diskId)
diskId
- diskId or null
for nonepublic DiskAsyncReplication set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public DiskAsyncReplication clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.