UpdateClusterStatusDetails¶
-
class
oci.opensearch.models.
UpdateClusterStatusDetails
(**kwargs)¶ Bases:
object
Information about the update cluster event.
Methods
__init__
(**kwargs)Initializes a new UpdateClusterStatusDetails object with values from keyword arguments. Attributes
cluster_id
[Required] Gets the cluster_id of this UpdateClusterStatusDetails. lifecycle_state
[Required] Gets the lifecycle_state of this UpdateClusterStatusDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateClusterStatusDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - cluster_id (str) – The value to assign to the cluster_id property of this UpdateClusterStatusDetails.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this UpdateClusterStatusDetails.
-
cluster_id
¶ [Required] Gets the cluster_id of this UpdateClusterStatusDetails. The OCID of the OpenSearch cluster.
Returns: The cluster_id of this UpdateClusterStatusDetails. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this UpdateClusterStatusDetails. The state of the cluster after the cluster was updated.
Returns: The lifecycle_state of this UpdateClusterStatusDetails. Return type: str
-