CreateScheduleDetails

class oci.fleet_software_update.models.CreateScheduleDetails(**kwargs)

Bases: object

Scheduling related details for the Exadata Fleet Update Action during create operations. The specified time should not conflict with existing Exadata Infrastructure maintenance windows. Null scheduleDetails for Stage and Apply Actions in Exadata Fleet Update Cycle creation would not create Actions. Null scheduleDetails for CreateAction would execute the Exadata Fleet Update Action as soon as possible.

Attributes

TYPE_START_TIME A constant which can be used with the type property of a CreateScheduleDetails.
type [Required] Gets the type of this CreateScheduleDetails.

Methods

__init__(**kwargs) Initializes a new CreateScheduleDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_START_TIME = 'START_TIME'

A constant which can be used with the type property of a CreateScheduleDetails. This constant has a value of “START_TIME”

__init__(**kwargs)

Initializes a new CreateScheduleDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:type (str) – The value to assign to the type property of this CreateScheduleDetails. Allowed values for this property are: “START_TIME”
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

type

[Required] Gets the type of this CreateScheduleDetails. Type of scheduling strategy to use for Fleet Patching Update Action execution.

Allowed values for this property are: “START_TIME”

Returns:The type of this CreateScheduleDetails.
Return type:str