UpdateClusterSpecsDetails¶
-
class
oci.opensearch.models.
UpdateClusterSpecsDetails
(**kwargs)¶ Bases:
object
update cluster specs in Kiev.
Methods
__init__
(**kwargs)Initializes a new UpdateClusterSpecsDetails object with values from keyword arguments. Attributes
cluster_id
[Required] Gets the cluster_id of this UpdateClusterSpecsDetails. cluster_private_endpoint
Gets the cluster_private_endpoint of this UpdateClusterSpecsDetails. dashboard_software_version
Gets the dashboard_software_version of this UpdateClusterSpecsDetails. data_node_host_memory_gb
Gets the data_node_host_memory_gb of this UpdateClusterSpecsDetails. data_node_host_ocpu_count
Gets the data_node_host_ocpu_count of this UpdateClusterSpecsDetails. master_node_host_memory_gb
Gets the master_node_host_memory_gb of this UpdateClusterSpecsDetails. master_node_host_ocpu_count
Gets the master_node_host_ocpu_count of this UpdateClusterSpecsDetails. software_version
Gets the software_version of this UpdateClusterSpecsDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateClusterSpecsDetails 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 UpdateClusterSpecsDetails.
- master_node_host_ocpu_count (int) – The value to assign to the master_node_host_ocpu_count property of this UpdateClusterSpecsDetails.
- master_node_host_memory_gb (int) – The value to assign to the master_node_host_memory_gb property of this UpdateClusterSpecsDetails.
- data_node_host_ocpu_count (int) – The value to assign to the data_node_host_ocpu_count property of this UpdateClusterSpecsDetails.
- data_node_host_memory_gb (int) – The value to assign to the data_node_host_memory_gb property of this UpdateClusterSpecsDetails.
- software_version (str) – The value to assign to the software_version property of this UpdateClusterSpecsDetails.
- dashboard_software_version (str) – The value to assign to the dashboard_software_version property of this UpdateClusterSpecsDetails.
- cluster_private_endpoint (str) – The value to assign to the cluster_private_endpoint property of this UpdateClusterSpecsDetails.
-
cluster_id
¶ [Required] Gets the cluster_id of this UpdateClusterSpecsDetails. OCID of the Opensearch Cluster.
Returns: The cluster_id of this UpdateClusterSpecsDetails. Return type: str
-
cluster_private_endpoint
¶ Gets the cluster_private_endpoint of this UpdateClusterSpecsDetails. Updated Private endpoint of cluster.
Returns: The cluster_private_endpoint of this UpdateClusterSpecsDetails. Return type: str
-
dashboard_software_version
¶ Gets the dashboard_software_version of this UpdateClusterSpecsDetails. Updated version of the dashboard software the cluster is currently running.
Returns: The dashboard_software_version of this UpdateClusterSpecsDetails. Return type: str
-
data_node_host_memory_gb
¶ Gets the data_node_host_memory_gb of this UpdateClusterSpecsDetails. Updated value of memory for data nodes in the cluster (in GB).
Returns: The data_node_host_memory_gb of this UpdateClusterSpecsDetails. Return type: int
-
data_node_host_ocpu_count
¶ Gets the data_node_host_ocpu_count of this UpdateClusterSpecsDetails. Updated value of OCPU’s configured for data nodes of the cluster.
Returns: The data_node_host_ocpu_count of this UpdateClusterSpecsDetails. Return type: int
-
master_node_host_memory_gb
¶ Gets the master_node_host_memory_gb of this UpdateClusterSpecsDetails. Updated value of memory for master nodes in the cluster (in GB).
Returns: The master_node_host_memory_gb of this UpdateClusterSpecsDetails. Return type: int
-
master_node_host_ocpu_count
¶ Gets the master_node_host_ocpu_count of this UpdateClusterSpecsDetails. Updated value of OCPU’s configured for master nodes of the cluster.
Returns: The master_node_host_ocpu_count of this UpdateClusterSpecsDetails. Return type: int
-
software_version
¶ Gets the software_version of this UpdateClusterSpecsDetails. Updated version of the software the cluster is currently running.
Returns: The software_version of this UpdateClusterSpecsDetails. Return type: str
-