Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups | |
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
com.iland.cohesity.iaas.backups.backupvdcs | |
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.events.model |
Backup Events Model Package.
|
com.iland.cohesity.iaas.backups.policies | |
com.iland.cohesity.iaas.backups.policies.api.model |
IaaS Backups Policies API model package.
|
com.iland.cohesity.iaas.backups.protectionsources |
Backup Groups Model Package.
|
com.iland.cohesity.iaas.backups.recovery | |
com.iland.cohesity.iaas.backups.recovery.model |
Recovery API Model.
|
com.iland.cohesity.iaas.backups.samples | |
com.iland.cohesity.iaas.backups.samples.model |
Recovery API Model.
|
Modifier and Type | Method and Description |
---|---|
BackupGroup |
BackupGroupApi.createBackupGroup(VdcUuid vdcUuid,
BackupGroupParams params)
Creates a new backup group within a designated vCloud vDC.
|
default Optional<VdcBackupSummaryStats> |
BackupGroupSummaryStatsApi.getVdcBackupSummaryStats(VdcUuid vdcUuid)
Gets backup summary stats for a vDC for the past 24 hours.
|
Optional<VdcBackupSummaryStats> |
BackupGroupSummaryStatsApi.getVdcBackupSummaryStats(VdcUuid vdcUuid,
VdcBackupSummaryStatsFilters filters)
Gets backup summary stats for a vDC.
|
Stream<BackupGroupRun> |
BackupGroupRunsApi.listBackupGroupRuns(VdcUuid vdcUuid,
ListBackupGroupRunsParams params)
Lists all backup group runs for a vDC, with optional parameters that permit
further filtering.
|
Stream<BackupGroup> |
BackupGroupApi.listBackupGroupsForVdc(VdcUuid vdcUuid)
Lists backup groups that exist within a vCloud vDC.
|
Stream<BackupGroupRun> |
BackupGroupRunsApi.listLastBackupGroupRunsForVdc(VdcUuid vdcUuid)
Lists the last backup group runs for all backup groups in a specified VDC.
|
Modifier and Type | Method and Description |
---|---|
VdcUuid |
VdcBackupSummaryStats.vdcUuid()
UUID of the vDC.
|
VdcUuid |
ImmutableVdcBackupSummaryStats.vdcUuid()
UUID of the vDC.
|
VdcUuid |
ImmutableBackupGroupRun.vdcUuid()
Specifies the associated vCloud vDC UUID.
|
VdcUuid |
ImmutableBackupGroup.vdcUuid()
The UUID of the associated vCloud virtual datacenter.
|
VdcUuid |
BackupGroupRun.vdcUuid()
Specifies the associated vCloud vDC UUID.
|
VdcUuid |
BackupGroup.vdcUuid()
The UUID of the associated vCloud virtual datacenter.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVdcBackupSummaryStats.Builder |
ImmutableVdcBackupSummaryStats.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableBackupGroupRun.Builder |
ImmutableBackupGroupRun.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableVdcBackupSummaryStats |
ImmutableVdcBackupSummaryStats.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
ImmutableBackupGroupRun |
ImmutableBackupGroupRun.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
ImmutableBackupGroup |
ImmutableBackupGroup.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
Modifier and Type | Method and Description |
---|---|
Stream<VdcUuid> |
BackupVdcsApi.listBackupVdcsForLocation(LocationId locationId)
Lists all vDCs in a specified location that have an active backup tenant
binding.
|
Modifier and Type | Method and Description |
---|---|
Optional<VdcBackupClusterInfo> |
BackupVdcsApi.getVdcBackupClusterInfo(VdcUuid vdcUuid)
Gets backup cluster info for a specified vDC.
|
Modifier and Type | Method and Description |
---|---|
VdcUuid |
VdcBackupClusterInfo.vdcUuid()
The UUID of the vDC.
|
VdcUuid |
ImmutableVdcBackupClusterInfo.vdcUuid()
The UUID of the vDC.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVdcBackupClusterInfo.Builder |
ImmutableVdcBackupClusterInfo.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableVdcBackupClusterInfo |
ImmutableVdcBackupClusterInfo.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
Modifier and Type | Method and Description |
---|---|
static VdcUuid |
VdcUuid.of(String value)
Construct a new immutable
VdcUuid instance. |
VdcUuid |
VMSnapshot.vdcUuid()
The UUID of the associated vDC.
|
VdcUuid |
VCloudVmInfo.vdcUuid() |
VdcUuid |
VCloudVdcInfo.vdcUuid() |
VdcUuid |
VCloudVappInfo.vdcUuid() |
VdcUuid |
VCloudProtectionJobSummaryStats.vdcUuid()
Specifies the UUID of the vDC that the protection job is associated with.
|
VdcUuid |
RestoreTask.vdcUuid()
The UUID of the associated vDC.
|
VdcUuid |
ImmutableVMSnapshot.vdcUuid()
The UUID of the associated vDC.
|
VdcUuid |
ImmutableVCloudVmInfo.vdcUuid() |
VdcUuid |
ImmutableVCloudVdcInfo.vdcUuid() |
VdcUuid |
ImmutableVCloudVappInfo.vdcUuid() |
VdcUuid |
ImmutableVCloudProtectionJobSummaryStats.vdcUuid()
Specifies the UUID of the vDC that the protection job is associated with.
|
VdcUuid |
ImmutableRestoreTask.vdcUuid()
The UUID of the associated vDC.
|
Modifier and Type | Method and Description |
---|---|
Optional<VdcUuid> |
VCloudPolicyScopeDescriptor.vdcUuid()
The (optional) UUID of the associated vDC.
|
Optional<VdcUuid> |
ImmutableVCloudPolicyScopeDescriptor.vdcUuid()
The (optional) UUID of the associated vDC.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVMSnapshot.Builder |
ImmutableVMSnapshot.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableVCloudVmInfo.Builder |
ImmutableVCloudVmInfo.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableVCloudVdcInfo.Builder |
ImmutableVCloudVdcInfo.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableVCloudVappInfo.Builder |
ImmutableVCloudVappInfo.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableVCloudProtectionJobSummaryStats.Builder |
ImmutableVCloudProtectionJobSummaryStats.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableVCloudPolicyScopeDescriptor.Builder |
ImmutableVCloudPolicyScopeDescriptor.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the optional value
vdcUuid to vdcUuid. |
ImmutableRestoreTask.Builder |
ImmutableRestoreTask.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
ImmutableVCloudVmInfo |
ImmutableVCloudVmInfo.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
ImmutableVCloudVdcInfo |
ImmutableVCloudVdcInfo.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
ImmutableVCloudVappInfo |
ImmutableVCloudVappInfo.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
ImmutableVCloudProtectionJobSummaryStats |
ImmutableVCloudProtectionJobSummaryStats.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
ImmutableVCloudPolicyScopeDescriptor |
ImmutableVCloudPolicyScopeDescriptor.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a present value for the optional
vdcUuid attribute. |
ImmutableRestoreTask |
ImmutableRestoreTask.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableVCloudPolicyScopeDescriptor.Builder |
ImmutableVCloudPolicyScopeDescriptor.Builder.vdcUuid(Optional<? extends VdcUuid> vdcUuid)
Initializes the optional value
vdcUuid to vdcUuid. |
ImmutableVCloudPolicyScopeDescriptor |
ImmutableVCloudPolicyScopeDescriptor.withVdcUuid(Optional<? extends VdcUuid> optional)
Copy the current immutable object by setting an optional value for the
vdcUuid attribute. |
Modifier and Type | Method and Description |
---|---|
VdcUuid |
ImmutableBackupGroupEvent.vdcUuid()
The UUID of the associated vDC.
|
VdcUuid |
BackupGroupEvent.vdcUuid()
The UUID of the associated vDC.
|
Modifier and Type | Method and Description |
---|---|
Optional<VdcUuid> |
ImmutableBackupPolicyEvent.vdcUuid()
Optional vDC UUID.
|
Optional<VdcUuid> |
BackupPolicyEvent.vdcUuid()
Optional vDC UUID.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBackupPolicyEvent.Builder |
ImmutableBackupPolicyEvent.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the optional value
vdcUuid to vdcUuid. |
ImmutableBackupGroupEvent.Builder |
ImmutableBackupGroupEvent.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableBackupPolicyEvent |
ImmutableBackupPolicyEvent.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a present value for the optional
vdcUuid attribute. |
ImmutableBackupGroupEvent |
ImmutableBackupGroupEvent.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableBackupPolicyEvent.Builder |
ImmutableBackupPolicyEvent.Builder.vdcUuid(Optional<? extends VdcUuid> vdcUuid)
Initializes the optional value
vdcUuid to vdcUuid. |
ImmutableBackupPolicyEvent |
ImmutableBackupPolicyEvent.withVdcUuid(Optional<? extends VdcUuid> optional)
Copy the current immutable object by setting an optional value for the
vdcUuid attribute. |
Modifier and Type | Method and Description |
---|---|
BackupPolicy |
PolicyApi.createBackupPolicy(VdcUuid vdcUuid,
BackupPolicyParams params)
Creates a new backup policy that is scoped to a designated vCloud vDC.
|
Stream<BackupPolicy> |
PolicyApi.listBackupPoliciesForVdc(VdcUuid vdcUuid)
Lists backup polices that exist within a vCloud vDC.
|
Modifier and Type | Method and Description |
---|---|
Optional<VdcUuid> |
ImmutableBackupPolicy.vdcUuid()
Associated vDC UUID, if applicable.
|
Optional<VdcUuid> |
BackupPolicy.vdcUuid()
Associated vDC UUID, if applicable.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBackupPolicy.Builder |
ImmutableBackupPolicy.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the optional value
vdcUuid to vdcUuid. |
ImmutableBackupPolicy |
ImmutableBackupPolicy.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a present value for the optional
vdcUuid attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableBackupPolicy.Builder |
ImmutableBackupPolicy.Builder.vdcUuid(Optional<? extends VdcUuid> vdcUuid)
Initializes the optional value
vdcUuid to vdcUuid. |
ImmutableBackupPolicy |
ImmutableBackupPolicy.withVdcUuid(Optional<? extends VdcUuid> optional)
Copy the current immutable object by setting an optional value for the
vdcUuid attribute. |
Modifier and Type | Method and Description |
---|---|
Optional<VdcUuid> |
ImmutableScopedProtectionSource.vdcId() |
Optional<VdcUuid> |
ImmutableIlandScope.vdcId() |
Optional<VdcUuid> |
IlandScope.vdcId() |
Modifier and Type | Method and Description |
---|---|
ScopedProtectionSource |
ProtectionSourceApi.registerProtectionSource(VdcUuid vdcUuid,
com.iland.cohesity.sdk.api.model.RegisterProtectionSourceParameters parameters)
Register a Protection Source on the Cohesity Cluster.
|
ImmutableScopedProtectionSource.Builder |
ImmutableScopedProtectionSource.Builder.vdcId(VdcUuid vdcId)
Initializes the optional value
vdcId to vdcId. |
ImmutableIlandScope.Builder |
ImmutableIlandScope.Builder.vdcId(VdcUuid vdcId)
Initializes the optional value
vdcId to vdcId. |
ImmutableScopedProtectionSource |
ImmutableScopedProtectionSource.withVdcId(VdcUuid value)
Copy the current immutable object by setting a present value for the optional
vdcId attribute. |
ImmutableIlandScope |
ImmutableIlandScope.withVdcId(VdcUuid value)
Copy the current immutable object by setting a present value for the optional
vdcId attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableScopedProtectionSource.Builder |
ImmutableScopedProtectionSource.Builder.vdcId(Optional<? extends VdcUuid> vdcId)
Initializes the optional value
vdcId to vdcId. |
ImmutableIlandScope.Builder |
ImmutableIlandScope.Builder.vdcId(Optional<? extends VdcUuid> vdcId)
Initializes the optional value
vdcId to vdcId. |
ImmutableScopedProtectionSource |
ImmutableScopedProtectionSource.withVdcId(Optional<? extends VdcUuid> optional)
Copy the current immutable object by setting an optional value for the
vdcId attribute. |
ImmutableIlandScope |
ImmutableIlandScope.withVdcId(Optional<? extends VdcUuid> optional)
Copy the current immutable object by setting an optional value for the
vdcId attribute. |
Modifier and Type | Method and Description |
---|---|
RestoreTask |
FileRecoveryApi.createFilesAndFoldersDownloadTask(VdcUuid vdcUuid,
CreateFilesAndFoldersDownloadTaskParams params)
Creates a task for generating a downloadable archive of a set of backup
files.
|
RestoreTask |
VMRecoveryApi.createVMRestoreTask(VdcUuid vdcUuid,
VMRestoreTaskParams params)
Create a new VM restore task.
|
InputStream |
FileRecoveryApi.downloadBundleFromFilesAndFoldersDownloadTask(VdcUuid vdcUuid,
RestoreTaskUid restoreTaskUid)
Downloads a ZIP archive that was generated by a bundling task.
|
InputStream |
FileRecoveryApi.downloadFile(VdcUuid vdcUuid,
DownloadFileParams params)
Downloads an individual file from a backup run.
|
DirectoryListing |
FileRecoveryApi.getDirectoryListing(VdcUuid vdcUuid,
DirectoryListingParams directoryListingParams)
Lists files that are present in a specified directory, on a specified VM
snapshot.
|
Stream<FileSnapshotInfo> |
FileRecoveryApi.getFileSnapshotInfo(VdcUuid vdcUuid,
GetFileSnapshotInfoParams params)
Retrieves information about all snapshots that exist for a given file,
associated with a specified VM and backup group.
|
Optional<RestoreTask> |
RestoreTaskApi.getRestoreTask(VdcUuid vdcUuid,
RestoreTaskUid restoreTaskUid)
Retrieves a restore task by UID.
|
Stream<RestoreTask> |
RestoreTaskApi.listRestoreTasks(VdcUuid vdcUuid,
ListRestoreTaskFilters filters)
Lists restore tasks with optional filters.
|
Stream<FilesystemVolume> |
FileRecoveryApi.listVMVolumes(VdcUuid vdcUuid,
ListVMVolumesParams params)
Lists all volumes present on a specified VM snapshot.
|
Stream<RecoverableFileSearchResult> |
FileRecoveryApi.searchRecoverableFilesAndFolders(VdcUuid vdcUuid,
SearchRecoverableFilesAndFoldersFilters filters)
Searches a vCloud vDC for recoverable files and folders.
|
Stream<VMSnapshot> |
VMRecoveryApi.searchRecoverableVMs(VdcUuid vdcUuid,
SearchRecoverableVMsFilters filters)
Search for recoverable VMs within a vDC.
|
Modifier and Type | Method and Description |
---|---|
VdcUuid |
RecoverableFileSearchResult.vdcUuid()
The UUID of the vDC that the result is associated with.
|
VdcUuid |
ImmutableRecoverableFileSearchResult.vdcUuid()
The UUID of the vDC that the result is associated with.
|
Modifier and Type | Method and Description |
---|---|
ImmutableRecoverableFileSearchResult.Builder |
ImmutableRecoverableFileSearchResult.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableRecoverableFileSearchResult |
ImmutableRecoverableFileSearchResult.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
Modifier and Type | Method and Description |
---|---|
Optional<VdcSampleSeries> |
SamplesApi.getVdcSamples(VdcUuid vdcUuid,
GetVdcSamplesFilters filters)
Gets a sample series for a specified vDC, with optional filters for
start/end range.
|
Modifier and Type | Method and Description |
---|---|
VdcUuid |
SampleSeries.vdcUuid()
Associated vDC UUID.
|
VdcUuid |
ImmutableVdcSampleSeries.vdcUuid()
Associated vDC UUID.
|
VdcUuid |
ImmutableBackupGroupSampleSeries.vdcUuid()
Associated vDC UUID.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVdcSampleSeries.Builder |
ImmutableVdcSampleSeries.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableBackupGroupSampleSeries.Builder |
ImmutableBackupGroupSampleSeries.Builder.vdcUuid(VdcUuid vdcUuid)
Initializes the value for the
vdcUuid attribute. |
ImmutableVdcSampleSeries |
ImmutableVdcSampleSeries.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
ImmutableBackupGroupSampleSeries |
ImmutableBackupGroupSampleSeries.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.