Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Month |
Month.Builder.build() |
Month |
UpdateSchedulingPolicyDetails.getCadenceStartMonth()
Start of the month to be followed during the cadence period.
|
Month |
CreateSchedulingPolicyDetails.getCadenceStartMonth()
Start of the month to be followed during the cadence period.
|
Month |
SchedulingPolicy.getCadenceStartMonth()
Start of the month to be followed during the cadence period.
|
Month |
SchedulingPolicySummary.getCadenceStartMonth()
Start of the month to be followed during the cadence period.
|
Modifier and Type | Method and Description |
---|---|
List<Month> |
WindowPreferenceDetail.getMonths()
Months during the year when scheduled window should be performed.
|
List<Month> |
MaintenanceWindow.getMonths()
Months during the year when maintenance should be performed.
|
Modifier and Type | Method and Description |
---|---|
UpdateSchedulingPolicyDetails.Builder |
UpdateSchedulingPolicyDetails.Builder.cadenceStartMonth(Month cadenceStartMonth)
Start of the month to be followed during the cadence period.
|
CreateSchedulingPolicyDetails.Builder |
CreateSchedulingPolicyDetails.Builder.cadenceStartMonth(Month cadenceStartMonth)
Start of the month to be followed during the cadence period.
|
SchedulingPolicy.Builder |
SchedulingPolicy.Builder.cadenceStartMonth(Month cadenceStartMonth)
Start of the month to be followed during the cadence period.
|
SchedulingPolicySummary.Builder |
SchedulingPolicySummary.Builder.cadenceStartMonth(Month cadenceStartMonth)
Start of the month to be followed during the cadence period.
|
Month.Builder |
Month.Builder.copy(Month model) |
Modifier and Type | Method and Description |
---|---|
WindowPreferenceDetail.Builder |
WindowPreferenceDetail.Builder.months(List<Month> months)
Months during the year when scheduled window should be performed.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.months(List<Month> months)
Months during the year when maintenance should be performed.
|
Constructor and Description |
---|
CreateSchedulingPolicyDetails(String compartmentId,
String displayName,
CreateSchedulingPolicyDetails.Cadence cadence,
Month cadenceStartMonth,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
SchedulingPolicy(String id,
String compartmentId,
String displayName,
SchedulingPolicy.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
SchedulingPolicy.Cadence cadence,
Month cadenceStartMonth,
Date timeNextWindowStarts,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
SchedulingPolicySummary(String id,
String compartmentId,
String displayName,
SchedulingPolicySummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
SchedulingPolicySummary.Cadence cadence,
Month cadenceStartMonth,
Date timeNextWindowStarts,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
UpdateSchedulingPolicyDetails(String displayName,
UpdateSchedulingPolicyDetails.Cadence cadence,
Month cadenceStartMonth,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Constructor and Description |
---|
MaintenanceWindow(MaintenanceWindow.Preference preference,
MaintenanceWindow.PatchingMode patchingMode,
Boolean isCustomActionTimeoutEnabled,
Integer customActionTimeoutInMins,
Boolean isMonthlyPatchingEnabled,
List<Month> months,
List<Integer> weeksOfMonth,
List<DayOfWeek> daysOfWeek,
List<Integer> hoursOfDay,
Integer leadTimeInWeeks,
List<Boolean> skipRu)
Deprecated.
|
WindowPreferenceDetail(List<Month> months,
List<Integer> weeksOfMonth,
List<DayOfWeek> daysOfWeek,
String startTime,
Integer duration,
Boolean isEnforcedDuration)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.