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 Periodicity |
Periodicity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Periodicity[] |
Periodicity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Periodicity |
SchedulingPolicy.periodicity()
Specifies how often to start new VCloudProtectionJob Runs of a Protection
VCloudProtectionJob.
|
Periodicity |
ImmutableSchedulingPolicy.periodicity()
Specifies how often to start new VCloudProtectionJob Runs of a Protection
VCloudProtectionJob.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSchedulingPolicy.Builder |
ImmutableSchedulingPolicy.Builder.periodicity(Periodicity periodicity)
Initializes the value for the
periodicity attribute. |
ImmutableSchedulingPolicy |
ImmutableSchedulingPolicy.withPeriodicity(Periodicity value)
Copy the current immutable object by setting a value for the
periodicity attribute. |
Modifier and Type | Method and Description |
---|---|
Periodicity |
SchedulingPolicy.getPeriodicity()
Gets periodicity.
|
Constructor and Description |
---|
SchedulingPolicy(ContinuousSchedule continuousSchedule,
DailySchedule dailySchedule,
MonthlySchedule monthlySchedule,
Periodicity periodicity)
Instantiates a new Scheduling policy.
|
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.