Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups | |
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Method and Description |
---|---|
BackupGroup |
BackupGroupApi.createBackupGroup(VdcUuid vdcUuid,
BackupGroupParams params)
Creates a new backup group within a designated vCloud vDC.
|
BackupGroup |
BackupGroupApi.updateBackupGroup(BackupGroupUid backupGroupUid,
BackupGroupParams params)
Updates the configuration of an existing backup group.
|
Modifier and Type | Method and Description |
---|---|
Optional<BackupGroup> |
BackupGroupApi.getBackupGroup(BackupGroupUid backupGroupUid)
Gets a vCloud backup group.
|
Stream<BackupGroup> |
BackupGroupApi.listBackupGroupsForCompanyLocation(CompanyId companyId,
LocationId locationId)
Lists backup groups that exist within a company-location.
|
Stream<BackupGroup> |
BackupGroupApi.listBackupGroupsForLocation(LocationId locationId)
Lists backup groups that exist for a vCloud instance in a specified
location.
|
Stream<BackupGroup> |
BackupGroupApi.listBackupGroupsForOrg(OrgUuid orgUuid)
Lists backup groups that exist within a vCloud org.
|
Stream<BackupGroup> |
BackupGroupApi.listBackupGroupsForVdc(VdcUuid vdcUuid)
Lists backup groups that exist within a vCloud vDC.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableBackupGroup
Immutable implementation of
BackupGroup . |
Modifier and Type | Method and Description |
---|---|
static ImmutableBackupGroup |
ImmutableBackupGroup.copyOf(BackupGroup instance)
Creates an immutable copy of a
BackupGroup value. |
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.from(BackupGroup instance)
Fill a builder with attribute values from the provided
BackupGroup instance. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.