RefreshScheduleNoneDetails¶
-
class
oci.generative_ai.models.RefreshScheduleNoneDetails(**kwargs)¶ Bases:
oci.generative_ai.models.refresh_schedule_details.RefreshScheduleDetailsAllows user to opt out of automated synchronization schedule.
Attributes
TYPE_INTERVALstr(object=’’) -> str TYPE_NONEstr(object=’’) -> str TYPE_ON_CREATEstr(object=’’) -> str type[Required] Gets the type of this RefreshScheduleDetails. Methods
__init__(**kwargs)Initializes a new RefreshScheduleNoneDetails 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_INTERVAL= 'INTERVAL'¶
-
TYPE_NONE= 'NONE'¶
-
TYPE_ON_CREATE= 'ON_CREATE'¶
-
__init__(**kwargs)¶ Initializes a new RefreshScheduleNoneDetails object with values from keyword arguments. The default value of the
typeattribute of this class isNONEand 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 RefreshScheduleNoneDetails. Allowed values for this property are: “INTERVAL”, “ON_CREATE”, “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 RefreshScheduleDetails. Specifies the type of refresh schedule.
Allowed values for this property are: “INTERVAL”, “ON_CREATE”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this RefreshScheduleDetails. Return type: str
-