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.
|
com.iland.cohesity.iaas.backups.recovery.model |
Recovery API Model.
|
Modifier and Type | Method and Description |
---|---|
Optional<VmUuid> |
ListBackupGroupRunsParams.vmUuid()
If specified, only runs that reference the specified VM will be returned.
|
Optional<VmUuid> |
ImmutableListBackupGroupRunsParams.vmUuid()
If specified, only runs that reference the specified VM will be returned.
|
Modifier and Type | Method and Description |
---|---|
ImmutableListBackupGroupRunsParams.Builder |
ImmutableListBackupGroupRunsParams.Builder.vmUuid(VmUuid vmUuid)
Initializes the optional value
vmUuid to vmUuid. |
ImmutableListBackupGroupRunsParams |
ImmutableListBackupGroupRunsParams.withVmUuid(VmUuid value)
Copy the current immutable object by setting a present value for the optional
vmUuid attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableListBackupGroupRunsParams.Builder |
ImmutableListBackupGroupRunsParams.Builder.vmUuid(Optional<? extends VmUuid> vmUuid)
Initializes the optional value
vmUuid to vmUuid. |
ImmutableListBackupGroupRunsParams |
ImmutableListBackupGroupRunsParams.withVmUuid(Optional<? extends VmUuid> optional)
Copy the current immutable object by setting an optional value for the
vmUuid attribute. |
Modifier and Type | Method and Description |
---|---|
static VmUuid |
VmUuid.of(String value)
Construct a new immutable
VmUuid instance. |
VmUuid |
VMSnapshot.vmUuid()
The UUID of the VM.
|
VmUuid |
VCloudVmInfo.vmUuid() |
VmUuid |
ImmutableVMSnapshot.vmUuid()
The UUID of the VM.
|
VmUuid |
ImmutableVCloudVmInfo.vmUuid() |
Modifier and Type | Method and Description |
---|---|
ImmutableVMSnapshot.Builder |
ImmutableVMSnapshot.Builder.vmUuid(VmUuid vmUuid)
Initializes the value for the
vmUuid attribute. |
ImmutableVCloudVmInfo.Builder |
ImmutableVCloudVmInfo.Builder.vmUuid(VmUuid vmUuid)
Initializes the value for the
vmUuid attribute. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withVmUuid(VmUuid value)
Copy the current immutable object by setting a value for the
vmUuid attribute. |
ImmutableVCloudVmInfo |
ImmutableVCloudVmInfo.withVmUuid(VmUuid value)
Copy the current immutable object by setting a value for the
vmUuid attribute. |
Modifier and Type | Method and Description |
---|---|
VmUuid |
VMSnapshotRef.vmUuid()
The UUID of the VM.
|
VmUuid |
RecoverableFileSearchResult.vmUuid()
The UUID of the VM that the result is associated with.
|
VmUuid |
ListVMVolumesParams.vmUuid()
The UUID of the VM.
|
VmUuid |
ImmutableVMSnapshotRef.vmUuid()
The UUID of the VM.
|
VmUuid |
ImmutableRecoverableFileSearchResult.vmUuid()
The UUID of the VM that the result is associated with.
|
VmUuid |
ImmutableListVMVolumesParams.vmUuid()
The UUID of the VM.
|
VmUuid |
ImmutableGetFileSnapshotInfoParams.vmUuid()
The UUID of the VM.
|
VmUuid |
ImmutableDownloadFileParams.vmUuid()
The UUID of the VM that the file is associated with.
|
VmUuid |
ImmutableDirectoryListingParams.vmUuid()
The UUID of the VM.
|
VmUuid |
ImmutableCreateFilesAndFoldersDownloadTaskParams.vmUuid()
The UUID of the VM that is associated with files to be downloaded.
|
VmUuid |
GetFileSnapshotInfoParams.vmUuid()
The UUID of the VM.
|
VmUuid |
DownloadFileParams.vmUuid()
The UUID of the VM that the file is associated with.
|
VmUuid |
DirectoryListingParams.vmUuid()
The UUID of the VM.
|
VmUuid |
CreateFilesAndFoldersDownloadTaskParams.vmUuid()
The UUID of the VM that is associated with files to be downloaded.
|
Modifier and Type | Method and Description |
---|---|
default Set<VmUuid> |
SearchRecoverableFilesAndFoldersFilters.vmUuids()
Optionally specifies a set of VMs that should be used to limit search
results.
|
com.google.common.collect.ImmutableSet<VmUuid> |
ImmutableSearchRecoverableFilesAndFoldersFilters.vmUuids()
Optionally specifies a set of VMs that should be used to limit search
results.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSearchRecoverableFilesAndFoldersFilters.Builder |
ImmutableSearchRecoverableFilesAndFoldersFilters.Builder.addVmUuids(VmUuid... elements)
Adds elements to
vmUuids set. |
ImmutableSearchRecoverableFilesAndFoldersFilters.Builder |
ImmutableSearchRecoverableFilesAndFoldersFilters.Builder.addVmUuids(VmUuid element)
Adds one element to
vmUuids set. |
ImmutableVMSnapshotRef.Builder |
ImmutableVMSnapshotRef.Builder.vmUuid(VmUuid vmUuid)
Initializes the value for the
vmUuid attribute. |
ImmutableRecoverableFileSearchResult.Builder |
ImmutableRecoverableFileSearchResult.Builder.vmUuid(VmUuid vmUuid)
Initializes the value for the
vmUuid attribute. |
ImmutableListVMVolumesParams.Builder |
ImmutableListVMVolumesParams.Builder.vmUuid(VmUuid vmUuid)
Initializes the value for the
vmUuid attribute. |
ImmutableGetFileSnapshotInfoParams.Builder |
ImmutableGetFileSnapshotInfoParams.Builder.vmUuid(VmUuid vmUuid)
Initializes the value for the
vmUuid attribute. |
ImmutableDownloadFileParams.Builder |
ImmutableDownloadFileParams.Builder.vmUuid(VmUuid vmUuid)
Initializes the value for the
vmUuid attribute. |
ImmutableDirectoryListingParams.Builder |
ImmutableDirectoryListingParams.Builder.vmUuid(VmUuid vmUuid)
Initializes the value for the
vmUuid attribute. |
ImmutableCreateFilesAndFoldersDownloadTaskParams.Builder |
ImmutableCreateFilesAndFoldersDownloadTaskParams.Builder.vmUuid(VmUuid vmUuid)
Initializes the value for the
vmUuid attribute. |
ImmutableVMSnapshotRef |
ImmutableVMSnapshotRef.withVmUuid(VmUuid value)
Copy the current immutable object by setting a value for the
vmUuid attribute. |
ImmutableRecoverableFileSearchResult |
ImmutableRecoverableFileSearchResult.withVmUuid(VmUuid value)
Copy the current immutable object by setting a value for the
vmUuid attribute. |
ImmutableListVMVolumesParams |
ImmutableListVMVolumesParams.withVmUuid(VmUuid value)
Copy the current immutable object by setting a value for the
vmUuid attribute. |
ImmutableGetFileSnapshotInfoParams |
ImmutableGetFileSnapshotInfoParams.withVmUuid(VmUuid value)
Copy the current immutable object by setting a value for the
vmUuid attribute. |
ImmutableDownloadFileParams |
ImmutableDownloadFileParams.withVmUuid(VmUuid value)
Copy the current immutable object by setting a value for the
vmUuid attribute. |
ImmutableDirectoryListingParams |
ImmutableDirectoryListingParams.withVmUuid(VmUuid value)
Copy the current immutable object by setting a value for the
vmUuid attribute. |
ImmutableCreateFilesAndFoldersDownloadTaskParams |
ImmutableCreateFilesAndFoldersDownloadTaskParams.withVmUuid(VmUuid value)
Copy the current immutable object by setting a value for the
vmUuid attribute. |
ImmutableSearchRecoverableFilesAndFoldersFilters |
ImmutableSearchRecoverableFilesAndFoldersFilters.withVmUuids(VmUuid... elements)
Copy the current immutable object with elements that replace the content of
vmUuids . |
Modifier and Type | Method and Description |
---|---|
ImmutableSearchRecoverableFilesAndFoldersFilters.Builder |
ImmutableSearchRecoverableFilesAndFoldersFilters.Builder.addAllVmUuids(Iterable<? extends VmUuid> elements)
Adds elements to
vmUuids set. |
ImmutableSearchRecoverableFilesAndFoldersFilters.Builder |
ImmutableSearchRecoverableFilesAndFoldersFilters.Builder.vmUuids(Iterable<? extends VmUuid> elements)
Sets or replaces all elements for
vmUuids set. |
ImmutableSearchRecoverableFilesAndFoldersFilters |
ImmutableSearchRecoverableFilesAndFoldersFilters.withVmUuids(Iterable<? extends VmUuid> elements)
Copy the current immutable object with elements that replace the content of
vmUuids . |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.