Package | Description |
---|---|
com.oracle.bmc.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
static ExecutionSchedule.Timezone |
ExecutionSchedule.Timezone.create(String key) |
ExecutionSchedule.Timezone |
ExecutionSchedule.getTimezone()
The time zone for the execution schedule.
|
static ExecutionSchedule.Timezone |
ExecutionSchedule.Timezone.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionSchedule.Timezone[] |
ExecutionSchedule.Timezone.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CronExecutionSchedule.Builder |
CronExecutionSchedule.Builder.timezone(ExecutionSchedule.Timezone timezone) |
Constructor and Description |
---|
CronExecutionSchedule(ExecutionSchedule.Timezone timezone,
String expression)
Deprecated.
|
ExecutionSchedule(ExecutionSchedule.Timezone timezone)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.