UpdateClusterHardenedImageDetails¶
-
class
oci.opensearch.models.
UpdateClusterHardenedImageDetails
(**kwargs)¶ Bases:
object
Information about the cluster’s hardened image.
Methods
__init__
(**kwargs)Initializes a new UpdateClusterHardenedImageDetails object with values from keyword arguments. Attributes
cluster_id
[Required] Gets the cluster_id of this UpdateClusterHardenedImageDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateClusterHardenedImageDetails 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 UpdateClusterHardenedImageDetails.
-
cluster_id
¶ [Required] Gets the cluster_id of this UpdateClusterHardenedImageDetails. The OCID of the OpenSearch cluster.
Returns: The cluster_id of this UpdateClusterHardenedImageDetails. Return type: str
-