Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
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 |
---|---|
BackupGroupPriority |
ImmutableBackupGroupParams.priority()
Specifies the priority of execution for a backup group.
|
BackupGroupPriority |
ImmutableBackupGroup.priority()
Specifies the priority of execution for a backup group.
|
BackupGroupPriority |
BackupGroupParams.priority()
Specifies the priority of execution for a backup group.
|
BackupGroupPriority |
BackupGroup.priority()
Specifies the priority of execution for a backup group.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.priority(BackupGroupPriority priority)
Initializes the value for the
priority attribute. |
ImmutableBackupGroup.Builder |
ImmutableBackupGroup.Builder.priority(BackupGroupPriority priority)
Initializes the value for the
priority attribute. |
ImmutableBackupGroupParams |
ImmutableBackupGroupParams.withPriority(BackupGroupPriority value)
Copy the current immutable object by setting a value for the
priority attribute. |
ImmutableBackupGroup |
ImmutableBackupGroup.withPriority(BackupGroupPriority value)
Copy the current immutable object by setting a value for the
priority attribute. |
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 © 2023 iland Internet Solutions, Corp. All rights reserved.