Package | Description |
---|---|
com.iland.cohesity.iaas.backups.policies.api.model |
IaaS Backups Policies API model package.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableMonthlySchedule
Immutable implementation of
MonthlySchedule . |
Modifier and Type | Method and Description |
---|---|
Optional<MonthlySchedule> |
SchedulingPolicy.monthlySchedule()
Specifies a monthly backup schedule.
|
Optional<MonthlySchedule> |
ImmutableSchedulingPolicy.monthlySchedule()
Specifies a monthly backup schedule.
|
Modifier and Type | Method and Description |
---|---|
static ImmutableMonthlySchedule |
ImmutableMonthlySchedule.copyOf(MonthlySchedule instance)
Creates an immutable copy of a
MonthlySchedule value. |
ImmutableMonthlySchedule.Builder |
ImmutableMonthlySchedule.Builder.from(MonthlySchedule instance)
Fill a builder with attribute values from the provided
MonthlySchedule instance. |
ImmutableSchedulingPolicy.Builder |
ImmutableSchedulingPolicy.Builder.monthlySchedule(MonthlySchedule monthlySchedule)
Initializes the optional value
monthlySchedule to monthlySchedule. |
ImmutableSchedulingPolicy |
ImmutableSchedulingPolicy.withMonthlySchedule(MonthlySchedule value)
Copy the current immutable object by setting a present value for the optional
monthlySchedule attribute. |
Modifier and Type | Method and Description |
---|---|
ImmutableSchedulingPolicy.Builder |
ImmutableSchedulingPolicy.Builder.monthlySchedule(Optional<? extends MonthlySchedule> monthlySchedule)
Initializes the optional value
monthlySchedule to monthlySchedule. |
ImmutableSchedulingPolicy |
ImmutableSchedulingPolicy.withMonthlySchedule(Optional<? extends MonthlySchedule> optional)
Copy the current immutable object by setting an optional value for the
monthlySchedule attribute. |
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.