Package | Description |
---|---|
com.iland.cohesity.iaas.backups.common.model |
Common data model package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableVMSnapshot |
ImmutableVMSnapshot.Builder.build()
Builds a new
ImmutableVMSnapshot . |
static ImmutableVMSnapshot |
ImmutableVMSnapshot.copyOf(VMSnapshot instance)
Creates an immutable copy of a
VMSnapshot value. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withBackupGroupName(String value)
Copy the current immutable object by setting a value for the
backupGroupName attribute. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withBackupGroupUid(BackupGroupUid value)
Copy the current immutable object by setting a value for the
backupGroupUid attribute. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withCompanyId(CompanyId value)
Copy the current immutable object by setting a value for the
companyId attribute. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withLocationId(LocationId value)
Copy the current immutable object by setting a value for the
locationId attribute. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withOrgUuid(OrgUuid value)
Copy the current immutable object by setting a value for the
orgUuid attribute. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withOsType(String value)
Copy the current immutable object by setting a value for the
osType attribute. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withVappUuid(VappUuid value)
Copy the current immutable object by setting a value for the
vappUuid attribute. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withVdcUuid(VdcUuid value)
Copy the current immutable object by setting a value for the
vdcUuid attribute. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withVersions(Iterable<? extends SnapshotVersion> elements)
Copy the current immutable object with elements that replace the content of
versions . |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withVersions(SnapshotVersion... elements)
Copy the current immutable object with elements that replace the content of
versions . |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withVmName(String value)
Copy the current immutable object by setting a value for the
vmName attribute. |
ImmutableVMSnapshot |
ImmutableVMSnapshot.withVmUuid(VmUuid value)
Copy the current immutable object by setting a value for the
vmUuid attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.