Package | Description |
---|---|
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 |
---|---|
static VappUuid |
VappUuid.of(String value)
Construct a new immutable
VappUuid instance. |
VappUuid |
VMSnapshot.vappUuid()
The UUID of the associated vApp.
|
VappUuid |
VCloudVmInfo.vappUuid() |
VappUuid |
VCloudVappInfo.vappUuid() |
VappUuid |
ImmutableVMSnapshot.vappUuid()
The UUID of the associated vApp.
|
VappUuid |
ImmutableVCloudVmInfo.vappUuid() |
VappUuid |
ImmutableVCloudVappInfo.vappUuid() |
Modifier and Type | Method and Description |
---|---|
ImmutableVMSnapshot.Builder |
ImmutableVMSnapshot.Builder.vappUuid(VappUuid vappUuid)
Initializes the value for the
vappUuid attribute. |
ImmutableVCloudVmInfo.Builder |
ImmutableVCloudVmInfo.Builder.vappUuid(VappUuid vappUuid)
Initializes the value for the
vappUuid attribute. |
ImmutableVCloudVappInfo.Builder |
ImmutableVCloudVappInfo.Builder.vappUuid(VappUuid vappUuid)
Initializes the value for the
vappUuid attribute. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withVappUuid(VappUuid value)
Copy the current immutable object by setting a value for the
vappUuid attribute. |
ImmutableVCloudVmInfo |
ImmutableVCloudVmInfo.withVappUuid(VappUuid value)
Copy the current immutable object by setting a value for the
vappUuid attribute. |
ImmutableVCloudVappInfo |
ImmutableVCloudVappInfo.withVappUuid(VappUuid value)
Copy the current immutable object by setting a value for the
vappUuid attribute. |
Modifier and Type | Method and Description |
---|---|
VappUuid |
RecoverableFileSearchResult.vappUuid()
The UUID of the vApp that the result is associated with.
|
VappUuid |
ImmutableRecoverableFileSearchResult.vappUuid()
The UUID of the vApp that the result is associated with.
|
VappUuid |
ImmutableAlternateVappParams.vappUuid()
The UUID of the vApp that the recovered VMs should be recovered in.
|
VappUuid |
AlternateVappParams.vappUuid()
The UUID of the vApp that the recovered VMs should be recovered in.
|
Modifier and Type | Method and Description |
---|---|
ImmutableRecoverableFileSearchResult.Builder |
ImmutableRecoverableFileSearchResult.Builder.vappUuid(VappUuid vappUuid)
Initializes the value for the
vappUuid attribute. |
ImmutableAlternateVappParams.Builder |
ImmutableAlternateVappParams.Builder.vappUuid(VappUuid vappUuid)
Initializes the value for the
vappUuid attribute. |
ImmutableRecoverableFileSearchResult |
ImmutableRecoverableFileSearchResult.withVappUuid(VappUuid value)
Copy the current immutable object by setting a value for the
vappUuid attribute. |
ImmutableAlternateVappParams |
ImmutableAlternateVappParams.withVappUuid(VappUuid value)
Copy the current immutable object by setting a value for the
vappUuid attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.