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 Day |
Day.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Day[] |
Day.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Day |
MonthlySchedule.day()
Specifies the day of the week (such as 'MONDAY') to start the
VCloudProtectionJob Run.
|
Day |
ImmutableMonthlySchedule.day()
Specifies the day of the week (such as 'MONDAY') to start the
VCloudProtectionJob Run.
|
Modifier and Type | Method and Description |
---|---|
Optional<Day> |
ImmutableBlackoutPeriod.day()
Blackout Day.
|
Optional<Day> |
BlackoutPeriod.day()
Blackout Day.
|
com.google.common.collect.ImmutableSet<Day> |
ImmutableDailySchedule.days()
Array of Days.
|
Set<Day> |
DailySchedule.days()
Array of Days.
|
Modifier and Type | Method and Description |
---|---|
ImmutableDailySchedule.Builder |
ImmutableDailySchedule.Builder.addDays(Day... elements)
Adds elements to
days set. |
ImmutableDailySchedule.Builder |
ImmutableDailySchedule.Builder.addDays(Day element)
Adds one element to
days set. |
ImmutableMonthlySchedule.Builder |
ImmutableMonthlySchedule.Builder.day(Day day)
Initializes the value for the
day attribute. |
ImmutableBlackoutPeriod.Builder |
ImmutableBlackoutPeriod.Builder.day(Day day)
Initializes the optional value
day to day. |
ImmutableMonthlySchedule |
ImmutableMonthlySchedule.withDay(Day value)
Copy the current immutable object by setting a value for the
day attribute. |
ImmutableBlackoutPeriod |
ImmutableBlackoutPeriod.withDay(Day value)
Copy the current immutable object by setting a present value for the optional
day attribute. |
ImmutableDailySchedule |
ImmutableDailySchedule.withDays(Day... elements)
Copy the current immutable object with elements that replace the content of
days . |
Modifier and Type | Method and Description |
---|---|
ImmutableDailySchedule.Builder |
ImmutableDailySchedule.Builder.addAllDays(Iterable<Day> elements)
Adds elements to
days set. |
ImmutableBlackoutPeriod.Builder |
ImmutableBlackoutPeriod.Builder.day(Optional<? extends Day> day)
Initializes the optional value
day to day. |
ImmutableDailySchedule.Builder |
ImmutableDailySchedule.Builder.days(Iterable<Day> elements)
Sets or replaces all elements for
days set. |
ImmutableBlackoutPeriod |
ImmutableBlackoutPeriod.withDay(Optional<? extends Day> optional)
Copy the current immutable object by setting an optional value for the
day attribute. |
ImmutableDailySchedule |
ImmutableDailySchedule.withDays(Iterable<Day> elements)
Copy the current immutable object with elements that replace the content of
days . |
Modifier and Type | Method and Description |
---|---|
Day |
MonthlySchedule.getDay()
Gets day.
|
Modifier and Type | Method and Description |
---|---|
Optional<Day> |
BlackoutPeriod.getDay()
Blackout Day.
|
Set<Day> |
DailySchedule.getDays()
Array of Days.
|
Constructor and Description |
---|
BlackoutPeriod(Day day,
TimeOfDay endTime,
TimeOfDay startTime)
Instantiates a new BlackoutPeriod.
|
MonthlySchedule(Day day,
DayCount dayCount)
Instantiates a new Monthly schedule.
|
Constructor and Description |
---|
DailySchedule(Set<Day> days)
Instantiates a new DailySchedule.
|
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.