NoneScheduleDetails¶
-
class
oci.fleet_software_update.models.
NoneScheduleDetails
(**kwargs)¶ Bases:
oci.fleet_software_update.models.update_schedule_details.UpdateScheduleDetails
Type used to remove previously stored scheduled details. The Action will be executed as soon as possible after the update completes. Used during Update operations.
Attributes
TYPE_NONE
str(object=’’) -> str TYPE_START_TIME
str(object=’’) -> str type
[Required] Gets the type of this UpdateScheduleDetails. Methods
__init__
(**kwargs)Initializes a new NoneScheduleDetails 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_NONE
= 'NONE'¶
-
TYPE_START_TIME
= 'START_TIME'¶
-
__init__
(**kwargs)¶ Initializes a new NoneScheduleDetails object with values from keyword arguments. The default value of the
type
attribute of this class isNONE
and it should not be changed. 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 NoneScheduleDetails. Allowed values for this property are: “START_TIME”, “NONE”
-
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 UpdateScheduleDetails. Type of scheduling strategy to use for Fleet Patching Update Action execution.
Allowed values for this property are: “START_TIME”, “NONE”
Returns: The type of this UpdateScheduleDetails. Return type: str
-