MaintenanceNotificationFailure¶
-
class
oci.opensearch.models.
MaintenanceNotificationFailure
(**kwargs)¶ Bases:
object
Failed maintenance notification for a cluster
Methods
__init__
(**kwargs)Initializes a new MaintenanceNotificationFailure object with values from keyword arguments. Attributes
cluster_ids
[Required] Gets the cluster_ids of this MaintenanceNotificationFailure. error_code
[Required] Gets the error_code of this MaintenanceNotificationFailure. error_description
[Required] Gets the error_description of this MaintenanceNotificationFailure. tenant_id
[Required] Gets the tenant_id of this MaintenanceNotificationFailure. -
__init__
(**kwargs)¶ Initializes a new MaintenanceNotificationFailure object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - cluster_ids (list[str]) – The value to assign to the cluster_ids property of this MaintenanceNotificationFailure.
- tenant_id (str) – The value to assign to the tenant_id property of this MaintenanceNotificationFailure.
- error_code (str) – The value to assign to the error_code property of this MaintenanceNotificationFailure.
- error_description (str) – The value to assign to the error_description property of this MaintenanceNotificationFailure.
-
cluster_ids
¶ [Required] Gets the cluster_ids of this MaintenanceNotificationFailure. IDs of clusters
Returns: The cluster_ids of this MaintenanceNotificationFailure. Return type: list[str]
-
error_code
¶ [Required] Gets the error_code of this MaintenanceNotificationFailure. Error Code
Returns: The error_code of this MaintenanceNotificationFailure. Return type: str
-
error_description
¶ [Required] Gets the error_description of this MaintenanceNotificationFailure. Error Description
Returns: The error_description of this MaintenanceNotificationFailure. Return type: str
-
tenant_id
¶ [Required] Gets the tenant_id of this MaintenanceNotificationFailure. Tenant ID of the cluster
Returns: The tenant_id of this MaintenanceNotificationFailure. Return type: str
-