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 DayCount |
DayCount.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayCount[] |
DayCount.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DayCount |
MonthlySchedule.dayCount()
Specifies the day count in the month (such as 'THIRD') to start the
VCloudProtectionJob Run.
|
DayCount |
ImmutableMonthlySchedule.dayCount()
Specifies the day count in the month (such as 'THIRD') to start the
VCloudProtectionJob Run.
|
Modifier and Type | Method and Description |
---|---|
ImmutableMonthlySchedule.Builder |
ImmutableMonthlySchedule.Builder.dayCount(DayCount dayCount)
Initializes the value for the
dayCount attribute. |
ImmutableMonthlySchedule |
ImmutableMonthlySchedule.withDayCount(DayCount value)
Copy the current immutable object by setting a value for the
dayCount attribute. |
Modifier and Type | Method and Description |
---|---|
DayCount |
MonthlySchedule.getDayCount()
Gets day count.
|
Constructor and Description |
---|
MonthlySchedule(Day day,
DayCount dayCount)
Instantiates a new Monthly schedule.
|
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.