UpdateConfigurationDetails¶
-
class
oci.logging.models.
UpdateConfigurationDetails
(**kwargs)¶ Bases:
object
The updatable configuration properties.
Methods
__init__
(**kwargs)Initializes a new UpdateConfigurationDetails object with values from keyword arguments. Attributes
archiving
Gets the archiving of this UpdateConfigurationDetails. source
[Required] Gets the source of this UpdateConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source (oci.logging.models.SourceUpdateDetails) – The value to assign to the source property of this UpdateConfigurationDetails.
- archiving (oci.logging.models.Archiving) – The value to assign to the archiving property of this UpdateConfigurationDetails.
-
archiving
¶ Gets the archiving of this UpdateConfigurationDetails.
Returns: The archiving of this UpdateConfigurationDetails. Return type: oci.logging.models.Archiving
-
source
¶ [Required] Gets the source of this UpdateConfigurationDetails.
Returns: The source of this UpdateConfigurationDetails. Return type: oci.logging.models.SourceUpdateDetails
-