Package | Description |
---|---|
com.iland.cohesity.iaas.backups.backupgroups.api.model |
Backup Groups Model Package.
|
Modifier and Type | Method and Description |
---|---|
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.abortInBlackoutPeriod(boolean abortInBlackoutPeriod)
Initializes the value for the
abortInBlackoutPeriod attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.addAllExcludedDisks(Iterable<? extends BackupGroupDiskUnit> elements)
Adds elements to
excludedDisks list. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.addAllVcloudExcludedSources(Iterable<? extends VCloudProtectionSourceRef> elements)
Adds elements to
vcloudExcludedSources set. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.addAllVcloudProtectedSources(Iterable<? extends VCloudProtectionSourceRef> elements)
Adds elements to
vcloudProtectedSources set. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.addExcludedDisks(BackupGroupDiskUnit... elements)
Adds elements to
excludedDisks list. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.addExcludedDisks(BackupGroupDiskUnit element)
Adds one element to
excludedDisks list. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.addVcloudExcludedSources(VCloudProtectionSourceRef... elements)
Adds elements to
vcloudExcludedSources set. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.addVcloudExcludedSources(VCloudProtectionSourceRef element)
Adds one element to
vcloudExcludedSources set. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.addVcloudProtectedSources(VCloudProtectionSourceRef... elements)
Adds elements to
vcloudProtectedSources set. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.addVcloudProtectedSources(VCloudProtectionSourceRef element)
Adds one element to
vcloudProtectedSources set. |
static ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.builder()
Creates a builder for
ImmutableBackupGroupParams . |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.continueOnQuiesceFailure(boolean continueOnQuiesceFailure)
Initializes the value for the
continueOnQuiesceFailure attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.description(Optional<String> description)
Initializes the optional value
description to description. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.description(String description)
Initializes the optional value
description to description. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.endTime(Instant endTime)
Initializes the optional value
endTime to endTime. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.endTime(Optional<? extends Instant> endTime)
Initializes the optional value
endTime to endTime. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.excludedDisks(Iterable<? extends BackupGroupDiskUnit> elements)
Sets or replaces all elements for
excludedDisks list. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.fallbackToCrashConsistent(boolean fallbackToCrashConsistent)
Initializes the value for the
fallbackToCrashConsistent attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.from(BackupGroupParams instance)
Fill a builder with attribute values from the provided
BackupGroupParams instance. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.fullProtectionSlaTimeMins(long fullProtectionSlaTimeMins)
Initializes the value for the
fullProtectionSlaTimeMins attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.incrementalProtectionSlaTimeMins(long incrementalProtectionSlaTimeMins)
Initializes the value for the
incrementalProtectionSlaTimeMins attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.indexingPolicy(BackupGroupIndexingPolicy indexingPolicy)
Initializes the optional value
indexingPolicy to indexingPolicy. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.indexingPolicy(Optional<? extends BackupGroupIndexingPolicy> indexingPolicy)
Initializes the optional value
indexingPolicy to indexingPolicy. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.name(String name)
Initializes the value for the
name attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.policyId(PolicyUid policyId)
Initializes the value for the
policyId attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.priority(BackupGroupPriority priority)
Initializes the value for the
priority attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.qosType(BackupGroupQosType qosType)
Initializes the value for the
qosType attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.quiesce(boolean quiesce)
Initializes the value for the
quiesce attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.skipPhysicalRdmDisks(boolean skipPhysicalRdmDisks)
Initializes the value for the
skipPhysicalRdmDisks attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.startTime(TimeOfDay startTime)
Initializes the value for the
startTime attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.timezone(String timezone)
Initializes the value for the
timezone attribute. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.vcloudExcludedSources(Iterable<? extends VCloudProtectionSourceRef> elements)
Sets or replaces all elements for
vcloudExcludedSources set. |
ImmutableBackupGroupParams.Builder |
ImmutableBackupGroupParams.Builder.vcloudProtectedSources(Iterable<? extends VCloudProtectionSourceRef> elements)
Sets or replaces all elements for
vcloudProtectedSources set. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.