ResizeOpensearchClusterVerticalDetails

class oci.opensearch.models.ResizeOpensearchClusterVerticalDetails(**kwargs)

Bases: object

The OCPU and memory configuration to update on an existing OpenSearch cluster for vertical resizing.

Methods

__init__(**kwargs) Initializes a new ResizeOpensearchClusterVerticalDetails object with values from keyword arguments.

Attributes

data_node_host_memory_gb Gets the data_node_host_memory_gb of this ResizeOpensearchClusterVerticalDetails.
data_node_host_ocpu_count Gets the data_node_host_ocpu_count of this ResizeOpensearchClusterVerticalDetails.
data_node_storage_gb Gets the data_node_storage_gb of this ResizeOpensearchClusterVerticalDetails.
defined_tags Gets the defined_tags of this ResizeOpensearchClusterVerticalDetails.
freeform_tags Gets the freeform_tags of this ResizeOpensearchClusterVerticalDetails.
master_node_host_memory_gb Gets the master_node_host_memory_gb of this ResizeOpensearchClusterVerticalDetails.
master_node_host_ocpu_count Gets the master_node_host_ocpu_count of this ResizeOpensearchClusterVerticalDetails.
opendashboard_node_host_memory_gb Gets the opendashboard_node_host_memory_gb of this ResizeOpensearchClusterVerticalDetails.
opendashboard_node_host_ocpu_count Gets the opendashboard_node_host_ocpu_count of this ResizeOpensearchClusterVerticalDetails.
__init__(**kwargs)

Initializes a new ResizeOpensearchClusterVerticalDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • master_node_host_ocpu_count (int) – The value to assign to the master_node_host_ocpu_count property of this ResizeOpensearchClusterVerticalDetails.
  • master_node_host_memory_gb (int) – The value to assign to the master_node_host_memory_gb property of this ResizeOpensearchClusterVerticalDetails.
  • data_node_host_ocpu_count (int) – The value to assign to the data_node_host_ocpu_count property of this ResizeOpensearchClusterVerticalDetails.
  • data_node_host_memory_gb (int) – The value to assign to the data_node_host_memory_gb property of this ResizeOpensearchClusterVerticalDetails.
  • data_node_storage_gb (int) – The value to assign to the data_node_storage_gb property of this ResizeOpensearchClusterVerticalDetails.
  • opendashboard_node_host_ocpu_count (int) – The value to assign to the opendashboard_node_host_ocpu_count property of this ResizeOpensearchClusterVerticalDetails.
  • opendashboard_node_host_memory_gb (int) – The value to assign to the opendashboard_node_host_memory_gb property of this ResizeOpensearchClusterVerticalDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ResizeOpensearchClusterVerticalDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ResizeOpensearchClusterVerticalDetails.
data_node_host_memory_gb

Gets the data_node_host_memory_gb of this ResizeOpensearchClusterVerticalDetails. The amount of memory in GB, to configure for the cluster’s data nodes.

Returns:The data_node_host_memory_gb of this ResizeOpensearchClusterVerticalDetails.
Return type:int
data_node_host_ocpu_count

Gets the data_node_host_ocpu_count of this ResizeOpensearchClusterVerticalDetails. The number of OCPUs to configure for the cluster’s data nodes.

Returns:The data_node_host_ocpu_count of this ResizeOpensearchClusterVerticalDetails.
Return type:int
data_node_storage_gb

Gets the data_node_storage_gb of this ResizeOpensearchClusterVerticalDetails. The amount of storage in GB, to configure per node for the cluster’s data nodes.

Returns:The data_node_storage_gb of this ResizeOpensearchClusterVerticalDetails.
Return type:int
defined_tags

Gets the defined_tags of this ResizeOpensearchClusterVerticalDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this ResizeOpensearchClusterVerticalDetails.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this ResizeOpensearchClusterVerticalDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this ResizeOpensearchClusterVerticalDetails.
Return type:dict(str, str)
master_node_host_memory_gb

Gets the master_node_host_memory_gb of this ResizeOpensearchClusterVerticalDetails. The amount of memory in GB, to configure for the cluster’s master nodes.

Returns:The master_node_host_memory_gb of this ResizeOpensearchClusterVerticalDetails.
Return type:int
master_node_host_ocpu_count

Gets the master_node_host_ocpu_count of this ResizeOpensearchClusterVerticalDetails. The number of OCPUs to configure for the cluster’s master nodes.

Returns:The master_node_host_ocpu_count of this ResizeOpensearchClusterVerticalDetails.
Return type:int
opendashboard_node_host_memory_gb

Gets the opendashboard_node_host_memory_gb of this ResizeOpensearchClusterVerticalDetails. The amount of memory in GB, to configure for the cluster’s OpenSearch Dashboard nodes.

Returns:The opendashboard_node_host_memory_gb of this ResizeOpensearchClusterVerticalDetails.
Return type:int
opendashboard_node_host_ocpu_count

Gets the opendashboard_node_host_ocpu_count of this ResizeOpensearchClusterVerticalDetails. The number of OCPUs to configure for the cluster’s OpenSearch Dashboard nodes.

Returns:The opendashboard_node_host_ocpu_count of this ResizeOpensearchClusterVerticalDetails.
Return type:int