ForcePatchClusterDetails

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

Bases: object

force patching a cluster.

Methods

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

Attributes

cluster_id [Required] Gets the cluster_id of this ForcePatchClusterDetails.
flex_shape Gets the flex_shape of this ForcePatchClusterDetails.
__init__(**kwargs)

Initializes a new ForcePatchClusterDetails 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 ForcePatchClusterDetails.
  • flex_shape (str) – The value to assign to the flex_shape property of this ForcePatchClusterDetails.
cluster_id

[Required] Gets the cluster_id of this ForcePatchClusterDetails. OCID of the Opensearch Cluster.

Returns:The cluster_id of this ForcePatchClusterDetails.
Return type:str
flex_shape

Gets the flex_shape of this ForcePatchClusterDetails. flex shape name for the instances in the cluster

Returns:The flex_shape of this ForcePatchClusterDetails.
Return type:str