Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupvdcs.api.model |
IaaS Backups vDCs API model package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableRemoteVdcBackupClusterInfo
Immutable implementation of
RemoteVdcBackupClusterInfo . |
Modifier and Type | Method and Description |
---|---|
Set<RemoteVdcBackupClusterInfo> |
VdcBackupClusterInfo.remoteClusters()
Info about remote clusters.
|
com.google.common.collect.ImmutableSet<RemoteVdcBackupClusterInfo> |
ImmutableVdcBackupClusterInfo.remoteClusters()
Info about remote clusters.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVdcBackupClusterInfo.Builder |
ImmutableVdcBackupClusterInfo.Builder.addRemoteClusters(RemoteVdcBackupClusterInfo... elements)
Adds elements to
remoteClusters set. |
ImmutableVdcBackupClusterInfo.Builder |
ImmutableVdcBackupClusterInfo.Builder.addRemoteClusters(RemoteVdcBackupClusterInfo element)
Adds one element to
remoteClusters set. |
static ImmutableRemoteVdcBackupClusterInfo |
ImmutableRemoteVdcBackupClusterInfo.copyOf(RemoteVdcBackupClusterInfo instance)
Creates an immutable copy of a
RemoteVdcBackupClusterInfo value. |
ImmutableRemoteVdcBackupClusterInfo.Builder |
ImmutableRemoteVdcBackupClusterInfo.Builder.from(RemoteVdcBackupClusterInfo instance)
Fill a builder with attribute values from the provided
RemoteVdcBackupClusterInfo instance. |
ImmutableVdcBackupClusterInfo |
ImmutableVdcBackupClusterInfo.withRemoteClusters(RemoteVdcBackupClusterInfo... elements)
Copy the current immutable object with elements that replace the content of
remoteClusters . |
Modifier and Type | Method and Description |
---|---|
ImmutableVdcBackupClusterInfo.Builder |
ImmutableVdcBackupClusterInfo.Builder.addAllRemoteClusters(Iterable<? extends RemoteVdcBackupClusterInfo> elements)
Adds elements to
remoteClusters set. |
ImmutableVdcBackupClusterInfo.Builder |
ImmutableVdcBackupClusterInfo.Builder.remoteClusters(Iterable<? extends RemoteVdcBackupClusterInfo> elements)
Sets or replaces all elements for
remoteClusters set. |
ImmutableVdcBackupClusterInfo |
ImmutableVdcBackupClusterInfo.withRemoteClusters(Iterable<? extends RemoteVdcBackupClusterInfo> elements)
Copy the current immutable object with elements that replace the content of
remoteClusters . |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.