Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupvdcs.api.model |
IaaS Backups vDCs API model package.
|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
com.iland.cohesity.iaas.backups.samples.model |
Recovery API Model.
|
Modifier and Type | Method and Description |
---|---|
BackupClusterUid |
RemoteVdcBackupClusterInfo.uid()
UID of the remote cluster.
|
BackupClusterUid |
LocalVdcBackupClusterInfo.uid()
UID of the local cluster.
|
BackupClusterUid |
ImmutableRemoteVdcBackupClusterInfo.uid()
UID of the remote cluster.
|
BackupClusterUid |
ImmutableLocalVdcBackupClusterInfo.uid()
UID of the local cluster.
|
Modifier and Type | Method and Description |
---|---|
ImmutableRemoteVdcBackupClusterInfo.Builder |
ImmutableRemoteVdcBackupClusterInfo.Builder.uid(BackupClusterUid uid)
Initializes the value for the
uid attribute. |
ImmutableLocalVdcBackupClusterInfo.Builder |
ImmutableLocalVdcBackupClusterInfo.Builder.uid(BackupClusterUid uid)
Initializes the value for the
uid attribute. |
ImmutableRemoteVdcBackupClusterInfo |
ImmutableRemoteVdcBackupClusterInfo.withUid(BackupClusterUid value)
Copy the current immutable object by setting a value for the
uid attribute. |
ImmutableLocalVdcBackupClusterInfo |
ImmutableLocalVdcBackupClusterInfo.withUid(BackupClusterUid value)
Copy the current immutable object by setting a value for the
uid attribute. |
Modifier and Type | Method and Description |
---|---|
BackupClusterUid |
TenantUid.clusterUid() |
BackupClusterUid |
StorageDomainUid.clusterUid() |
BackupClusterUid |
SourceUid.clusterUid() |
BackupClusterUid |
RestoreTaskUid.clusterUid() |
BackupClusterUid |
ProtectionSourceUid.clusterUid() |
BackupClusterUid |
PolicyUid.clusterUid() |
BackupClusterUid |
EventUid.clusterUid() |
BackupClusterUid |
BackupRunUid.clusterUid() |
BackupClusterUid |
BackupGroupUid.clusterUid() |
static BackupClusterUid |
BackupClusterUid.of(String value)
Construct a new immutable
BackupClusterUid instance. |
Modifier and Type | Method and Description |
---|---|
BackupClusterUid |
SampleSeries.backupClusterUid()
Associated backup cluster UID.
|
BackupClusterUid |
ImmutableVdcSampleSeries.backupClusterUid()
Associated backup cluster UID.
|
BackupClusterUid |
ImmutableBackupGroupSampleSeries.backupClusterUid()
Associated backup cluster UID.
|
Modifier and Type | Method and Description |
---|---|
Map<BackupClusterUid,Optional<Long>> |
Sample.components()
The component samples that contribute to the total value.
|
com.google.common.collect.ImmutableMap<BackupClusterUid,Optional<Long>> |
ImmutableSample.components()
The component samples that contribute to the total value.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVdcSampleSeries.Builder |
ImmutableVdcSampleSeries.Builder.backupClusterUid(BackupClusterUid backupClusterUid)
Initializes the value for the
backupClusterUid attribute. |
ImmutableBackupGroupSampleSeries.Builder |
ImmutableBackupGroupSampleSeries.Builder.backupClusterUid(BackupClusterUid backupClusterUid)
Initializes the value for the
backupClusterUid attribute. |
ImmutableSample.Builder |
ImmutableSample.Builder.putComponents(BackupClusterUid key,
Optional<Long> value)
Put one entry to the
components map. |
ImmutableVdcSampleSeries |
ImmutableVdcSampleSeries.withBackupClusterUid(BackupClusterUid value)
Copy the current immutable object by setting a value for the
backupClusterUid attribute. |
ImmutableBackupGroupSampleSeries |
ImmutableBackupGroupSampleSeries.withBackupClusterUid(BackupClusterUid value)
Copy the current immutable object by setting a value for the
backupClusterUid attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableSample.Builder |
ImmutableSample.Builder.components(Map<? extends BackupClusterUid,? extends Optional<Long>> entries)
Sets or replaces all mappings from the specified map as entries for the
components map. |
ImmutableSample.Builder |
ImmutableSample.Builder.putAllComponents(Map<? extends BackupClusterUid,? extends Optional<Long>> entries)
Put all mappings from the specified map as entries to
components map. |
ImmutableSample.Builder |
ImmutableSample.Builder.putComponents(Map.Entry<? extends BackupClusterUid,? extends Optional<Long>> entry)
Put one entry to the
components map. |
ImmutableSample |
ImmutableSample.withComponents(Map<? extends BackupClusterUid,? extends Optional<Long>> entries)
Copy the current immutable object by replacing the
components map with the specified map. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.