Package | Description |
---|---|
com.iland.cohesity.iaas.backups.policies.api.enums | |
com.iland.cohesity.iaas.backups.policies.api.model |
IaaS Backups Policies API model package.
|
com.iland.core.web.rest.shared.iaas.backup |
Modifier and Type | Method and Description |
---|---|
static ReplicationPeriodicity |
ReplicationPeriodicity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationPeriodicity[] |
ReplicationPeriodicity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReplicationPeriodicity |
SnapshotReplicationCopyPolicy.periodicity()
Specifies the frequency that Snapshots should be copied to the specified
target.
|
ReplicationPeriodicity |
SnapshotArchivalCopyPolicy.periodicity()
Specifies the frequency that Snapshots should be copied to the specified
target.
|
ReplicationPeriodicity |
ImmutableSnapshotReplicationCopyPolicy.periodicity()
Specifies the frequency that Snapshots should be copied to the specified
target.
|
ReplicationPeriodicity |
ImmutableSnapshotArchivalCopyPolicy.periodicity()
Specifies the frequency that Snapshots should be copied to the specified
target.
|
ReplicationPeriodicity |
ImmutableExtendedRetentionPolicy.periodicity()
Specifies the frequency that Snapshots should be copied to the specified
target.
|
ReplicationPeriodicity |
ExtendedRetentionPolicy.periodicity()
Specifies the frequency that Snapshots should be copied to the specified
target.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSnapshotReplicationCopyPolicy.Builder |
ImmutableSnapshotReplicationCopyPolicy.Builder.periodicity(ReplicationPeriodicity periodicity)
Initializes the value for the
periodicity attribute. |
ImmutableSnapshotArchivalCopyPolicy.Builder |
ImmutableSnapshotArchivalCopyPolicy.Builder.periodicity(ReplicationPeriodicity periodicity)
Initializes the value for the
periodicity attribute. |
ImmutableExtendedRetentionPolicy.Builder |
ImmutableExtendedRetentionPolicy.Builder.periodicity(ReplicationPeriodicity periodicity)
Initializes the value for the
periodicity attribute. |
ImmutableSnapshotReplicationCopyPolicy |
ImmutableSnapshotReplicationCopyPolicy.withPeriodicity(ReplicationPeriodicity value)
Copy the current immutable object by setting a value for the
periodicity attribute. |
ImmutableSnapshotArchivalCopyPolicy |
ImmutableSnapshotArchivalCopyPolicy.withPeriodicity(ReplicationPeriodicity value)
Copy the current immutable object by setting a value for the
periodicity attribute. |
ImmutableExtendedRetentionPolicy |
ImmutableExtendedRetentionPolicy.withPeriodicity(ReplicationPeriodicity value)
Copy the current immutable object by setting a value for the
periodicity attribute. |
Modifier and Type | Method and Description |
---|---|
ReplicationPeriodicity |
SnapshotReplicationCopyPolicy.getPeriodicity()
Gets periodicity.
|
ReplicationPeriodicity |
SnapshotArchivalCopyPolicy.getPeriodicity()
Gets periodicity.
|
ReplicationPeriodicity |
ExtendedRetentionPolicy.getPeriodicity()
Gets periodicity.
|
Constructor and Description |
---|
ExtendedRetentionPolicy(RunType backupRunType,
long daysToKeep,
int multiplier,
ReplicationPeriodicity periodicity)
Instantiates a new Extended retention policy.
|
SnapshotArchivalCopyPolicy(boolean copyPartial,
long daysToKeep,
int multiplier,
ReplicationPeriodicity periodicity,
ArchivalExternalTarget target)
Instantiates a new Snapshot archival copy policy.
|
SnapshotReplicationCopyPolicy(boolean copyPartial,
long daysToKeep,
int multiplier,
ReplicationPeriodicity periodicity,
ReplicationTargetSettings target)
Instantiates a new Snapshot replication copy policy.
|
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.