Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Method and Description |
---|---|
VCloudProtectionSource |
SourceBackupStatus.source()
Specifies the vCloud protected source info.
|
VCloudProtectionSource |
ImmutableSourceBackupStatus.source()
Specifies the vCloud protected source info.
|
VCloudProtectionSource |
ImmutableCopySnapshotTaskStatus.source()
Identifies the vCloud protection source details.
|
VCloudProtectionSource |
CopySnapshotTaskStatus.source()
Identifies the vCloud protection source details.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<VCloudProtectionSource> |
ImmutableBackupGroup.excludedSources()
Array of globally identifiable Excluded Source Objects, including
references to associated vCloud entities.
|
Set<VCloudProtectionSource> |
BackupGroup.excludedSources()
Array of globally identifiable Excluded Source Objects, including
references to associated vCloud entities.
|
com.google.common.collect.ImmutableSet<VCloudProtectionSource> |
ImmutableBackupGroup.protectedSources()
Array of globally identifiable Protected Source Objects, including
references to associated vCloud entities.
|
Set<VCloudProtectionSource> |
BackupGroup.protectedSources()
Array of globally identifiable Protected Source Objects, including
references to associated vCloud entities.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.addExcludedSources(VCloudProtectionSource... elements)
Adds elements to
excludedSources set. |
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.addExcludedSources(VCloudProtectionSource element)
Adds one element to
excludedSources set. |
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.addProtectedSources(VCloudProtectionSource... elements)
Adds elements to
protectedSources set. |
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.addProtectedSources(VCloudProtectionSource element)
Adds one element to
protectedSources set. |
ImmutableSourceBackupStatus.Builder |
ImmutableSourceBackupStatus.Builder.source(VCloudProtectionSource source)
Initializes the value for the
source attribute. |
ImmutableCopySnapshotTaskStatus.Builder |
ImmutableCopySnapshotTaskStatus.Builder.source(VCloudProtectionSource source)
Initializes the value for the
source attribute. |
ImmutableBackupGroup |
ImmutableBackupGroup.withExcludedSources(VCloudProtectionSource... elements)
Copy the current immutable object with elements that replace the content of
excludedSources . |
ImmutableBackupGroup |
ImmutableBackupGroup.withProtectedSources(VCloudProtectionSource... elements)
Copy the current immutable object with elements that replace the content of
protectedSources . |
ImmutableSourceBackupStatus |
ImmutableSourceBackupStatus.withSource(VCloudProtectionSource value)
Copy the current immutable object by setting a value for the
source attribute. |
ImmutableCopySnapshotTaskStatus |
ImmutableCopySnapshotTaskStatus.withSource(VCloudProtectionSource value)
Copy the current immutable object by setting a value for the
source attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.addAllExcludedSources(Iterable<? extends VCloudProtectionSource> elements)
Adds elements to
excludedSources set. |
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.addAllProtectedSources(Iterable<? extends VCloudProtectionSource> elements)
Adds elements to
protectedSources set. |
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.excludedSources(Iterable<? extends VCloudProtectionSource> elements)
Sets or replaces all elements for
excludedSources set. |
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.protectedSources(Iterable<? extends VCloudProtectionSource> elements)
Sets or replaces all elements for
protectedSources set. |
ImmutableBackupGroup |
ImmutableBackupGroup.withExcludedSources(Iterable<? extends VCloudProtectionSource> elements)
Copy the current immutable object with elements that replace the content of
excludedSources . |
ImmutableBackupGroup |
ImmutableBackupGroup.withProtectedSources(Iterable<? extends VCloudProtectionSource> elements)
Copy the current immutable object with elements that replace the content of
protectedSources . |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableVCloudProtectionSource
Immutable implementation of
VCloudProtectionSource . |
Modifier and Type | Method and Description |
---|---|
VCloudProtectionSource |
VirtualDiskInformation.protectionSource()
The protection source that the disk is associated with.
|
VCloudProtectionSource |
ImmutableVirtualDiskInformation.protectionSource()
The protection source that the disk is associated with.
|
VCloudProtectionSource |
RestoreTaskObjectState.source()
The source info.
|
VCloudProtectionSource |
RestoreTaskObject.source()
The source info.
|
VCloudProtectionSource |
ImmutableRestoreTaskObjectState.source()
The source info.
|
VCloudProtectionSource |
ImmutableRestoreTaskObject.source()
The source info.
|
Modifier and Type | Method and Description |
---|---|
static ImmutableVCloudProtectionSource |
ImmutableVCloudProtectionSource.copyOf(VCloudProtectionSource instance)
Creates an immutable copy of a
VCloudProtectionSource value. |
ImmutableVCloudProtectionSource.Builder |
ImmutableVCloudProtectionSource.Builder.from(VCloudProtectionSource instance)
Fill a builder with attribute values from the provided
VCloudProtectionSource instance. |
ImmutableVirtualDiskInformation.Builder |
ImmutableVirtualDiskInformation.Builder.protectionSource(VCloudProtectionSource protectionSource)
Initializes the value for the
protectionSource attribute. |
ImmutableRestoreTaskObjectState.Builder |
ImmutableRestoreTaskObjectState.Builder.source(VCloudProtectionSource source)
Initializes the value for the
source attribute. |
ImmutableRestoreTaskObject.Builder |
ImmutableRestoreTaskObject.Builder.source(VCloudProtectionSource source)
Initializes the value for the
source attribute. |
ImmutableVirtualDiskInformation |
ImmutableVirtualDiskInformation.withProtectionSource(VCloudProtectionSource value)
Copy the current immutable object by setting a value for the
protectionSource attribute. |
ImmutableRestoreTaskObjectState |
ImmutableRestoreTaskObjectState.withSource(VCloudProtectionSource value)
Copy the current immutable object by setting a value for the
source attribute. |
ImmutableRestoreTaskObject |
ImmutableRestoreTaskObject.withSource(VCloudProtectionSource value)
Copy the current immutable object by setting a value for the
source attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.