Package | Description |
---|---|
com.oracle.bmc.resourcescheduler.model |
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Resource> |
CreateScheduleDetails.getResources()
This is the list of resources to which the scheduled operation is applied.
|
List<Resource> |
UpdateScheduleDetails.getResources()
This is the list of resources to which the scheduled operation is applied.
|
List<Resource> |
Schedule.getResources()
This is the list of resources to which the scheduled operation is applied.
|
List<Resource> |
ScheduleSummary.getResources()
This is the list of resources to which the scheduled operation is applied.
|
Modifier and Type | Method and Description |
---|---|
Resource.Builder |
Resource.Builder.copy(Resource model) |
Modifier and Type | Method and Description |
---|---|
CreateScheduleDetails.Builder |
CreateScheduleDetails.Builder.resources(List<Resource> resources)
This is the list of resources to which the scheduled operation is applied.
|
UpdateScheduleDetails.Builder |
UpdateScheduleDetails.Builder.resources(List<Resource> resources)
This is the list of resources to which the scheduled operation is applied.
|
Schedule.Builder |
Schedule.Builder.resources(List<Resource> resources)
This is the list of resources to which the scheduled operation is applied.
|
ScheduleSummary.Builder |
ScheduleSummary.Builder.resources(List<Resource> resources)
This is the list of resources to which the scheduled operation is applied.
|
Constructor and Description |
---|
CreateScheduleDetails(String compartmentId,
String displayName,
String description,
CreateScheduleDetails.Action action,
String recurrenceDetails,
CreateScheduleDetails.RecurrenceType recurrenceType,
List<ResourceFilter> resourceFilters,
List<Resource> resources,
Date timeStarts,
Date timeEnds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Schedule(String id,
String compartmentId,
String displayName,
String description,
Schedule.Action action,
String recurrenceDetails,
Schedule.RecurrenceType recurrenceType,
List<ResourceFilter> resourceFilters,
List<Resource> resources,
Date timeStarts,
Date timeEnds,
Date timeCreated,
Date timeUpdated,
Date timeLastRun,
Date timeNextRun,
Schedule.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ScheduleSummary(String id,
String compartmentId,
String displayName,
ScheduleSummary.Action action,
String description,
String recurrenceDetails,
ScheduleSummary.RecurrenceType recurrenceType,
List<ResourceFilter> resourceFilters,
List<Resource> resources,
Date timeStarts,
Date timeEnds,
Date timeCreated,
Date timeUpdated,
Date timeLastRun,
Date timeNextRun,
OperationStatus lastRunStatus,
Schedule.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
UpdateScheduleDetails(String displayName,
String description,
UpdateScheduleDetails.Action action,
String recurrenceDetails,
UpdateScheduleDetails.RecurrenceType recurrenceType,
List<ResourceFilter> resourceFilters,
List<Resource> resources,
Date timeStarts,
Date timeEnds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.