Package | Description |
---|---|
com.iland.cohesity.iaas.backups.policies.api.model |
IaaS Backups Policies API model package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableContinuousSchedule
Immutable implementation of
ContinuousSchedule . |
Modifier and Type | Method and Description |
---|---|
Optional<ContinuousSchedule> |
SchedulingPolicy.continuousSchedule()
Specifies the time interval between two VCloudProtectionJob Runs of a
continuous backup schedule and any blackout periods when new
VCloudProtectionJob Runs should NOT be started.
|
Optional<ContinuousSchedule> |
ImmutableSchedulingPolicy.continuousSchedule()
Specifies the time interval between two VCloudProtectionJob Runs of a
continuous backup schedule and any blackout periods when new
VCloudProtectionJob Runs should NOT be started.
|
Modifier and Type | Method and Description |
---|---|
ImmutableSchedulingPolicy.Builder |
ImmutableSchedulingPolicy.Builder.continuousSchedule(ContinuousSchedule continuousSchedule)
Initializes the optional value
continuousSchedule to continuousSchedule. |
static ImmutableContinuousSchedule |
ImmutableContinuousSchedule.copyOf(ContinuousSchedule instance)
Creates an immutable copy of a
ContinuousSchedule value. |
ImmutableContinuousSchedule.Builder |
ImmutableContinuousSchedule.Builder.from(ContinuousSchedule instance)
Fill a builder with attribute values from the provided
ContinuousSchedule instance. |
ImmutableSchedulingPolicy |
ImmutableSchedulingPolicy.withContinuousSchedule(ContinuousSchedule value)
Copy the current immutable object by setting a present value for the optional
continuousSchedule attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableSchedulingPolicy.Builder |
ImmutableSchedulingPolicy.Builder.continuousSchedule(Optional<? extends ContinuousSchedule> continuousSchedule)
Initializes the optional value
continuousSchedule to continuousSchedule. |
ImmutableSchedulingPolicy |
ImmutableSchedulingPolicy.withContinuousSchedule(Optional<? extends ContinuousSchedule> optional)
Copy the current immutable object by setting an optional value for the
continuousSchedule attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.