| Package | Description | 
|---|---|
| com.iland.cohesity.iaas.backups.backupgroups.enums | |
| com.iland.core.web.rest.request.iaas.backup | |
| com.iland.core.web.rest.response.iaas.backup | 
| Modifier and Type | Method and Description | 
|---|---|
| static BackupGroupPriority | BackupGroupPriority. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static BackupGroupPriority[] | BackupGroupPriority. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| BackupGroupPriority | BackupGroupUpdateRequest. getPriority()Specifies the priority of execution for a Backup group. | 
| Constructor and Description | 
|---|
| BackupGroupUpdateRequest(String name,
                        String description,
                        Instant endTime,
                        List<BackupGroupDiskUnit> excludedDisks,
                        boolean fallbackToCrashConsistent,
                        boolean skipPhysicalRdmDisks,
                        long fullProtectionSlaTimeMins,
                        long incrementalProtectionSlaTimeMins,
                        BackupGroupIndexingPolicy indexingPolicy,
                        String policyId,
                        BackupGroupPriority priority,
                        BackupGroupQosType qosType,
                        Set<BackupGroupSourceRef> excludedSources,
                        Set<BackupGroupSourceRef> protectedSources,
                        TimeOfDay startTime,
                        String timezone,
                        boolean abortInBlackoutPeriod,
                        boolean continueOnQuiesceFailure,
                        boolean quiesce)Instantiates a new IaaS backup backup group. | 
| Modifier and Type | Method and Description | 
|---|---|
| BackupGroupPriority | BackupGroupResponse. getPriority()Specifies the priority of execution for a backup group. | 
| Constructor and Description | 
|---|
| BackupGroupResponse(String uid,
                   String companyId,
                   String locationId,
                   String name,
                   Instant creationTime,
                   Instant modifiedTime,
                   String description,
                   Instant endTime,
                   Boolean active,
                   Boolean deleted,
                   Boolean paused,
                   List<BackupGroupDiskUnit> excludedDisks,
                   boolean fallbackToCrashConsistent,
                   boolean skipPhysicalRdmDisks,
                   long fullProtectionSlaTimeMins,
                   long incrementalProtectionSlaTimeMins,
                   BackupGroupIndexingPolicy indexingPolicy,
                   String policyId,
                   Instant policyAppliedTime,
                   BackupGroupPriority priority,
                   BackupGroupQosType qosType,
                   Set<ProtectionSource> excludedSources,
                   Set<ProtectionSource> protectedSources,
                   TimeOfDay startTime,
                   String timezone,
                   String orgUuid,
                   String vdcUuid,
                   boolean abortInBlackoutPeriod,
                   boolean continueOnQuiesceFailure,
                   boolean quiesce,
                   BackupSummaryStats summaryStats,
                   BackupGroupRunResponse lastRun,
                   BackupPolicyResponse backupPolicy)Instantiates a new IaaS backup backup group. | 
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.