CreateMaintenanceDetails¶
-
class
oci.opensearch.models.
CreateMaintenanceDetails
(**kwargs)¶ Bases:
object
Details for creation of maintenance details
Methods
__init__
(**kwargs)Initializes a new CreateMaintenanceDetails object with values from keyword arguments. Attributes
notification_email_ids
Gets the notification_email_ids of this CreateMaintenanceDetails. -
__init__
(**kwargs)¶ Initializes a new CreateMaintenanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: notification_email_ids (list[str]) – The value to assign to the notification_email_ids property of this CreateMaintenanceDetails.
-
notification_email_ids
¶ Gets the notification_email_ids of this CreateMaintenanceDetails. The Email IDs given by the customer to get notified about maintenance activities
Returns: The notification_email_ids of this CreateMaintenanceDetails. Return type: list[str]
-