OpensearchClusterInternalDetails

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

Bases: object

This is the ClusterLoadBalancer which can store the State of the cluster, opensearchLoadbalancerIps, remoteLoadbalancerIps

Methods

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

Attributes

defined_tags Gets the defined_tags of this OpensearchClusterInternalDetails.
elastic_load_balancer_ips [Required] Gets the elastic_load_balancer_ips of this OpensearchClusterInternalDetails.
freeform_tags Gets the freeform_tags of this OpensearchClusterInternalDetails.
remote_load_balancer_ips [Required] Gets the remote_load_balancer_ips of this OpensearchClusterInternalDetails.
state [Required] Gets the state of this OpensearchClusterInternalDetails.
system_tags Gets the system_tags of this OpensearchClusterInternalDetails.
__init__(**kwargs)

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

Parameters:
  • state (str) – The value to assign to the state property of this OpensearchClusterInternalDetails.
  • elastic_load_balancer_ips (list[str]) – The value to assign to the elastic_load_balancer_ips property of this OpensearchClusterInternalDetails.
  • remote_load_balancer_ips (list[str]) – The value to assign to the remote_load_balancer_ips property of this OpensearchClusterInternalDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OpensearchClusterInternalDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OpensearchClusterInternalDetails.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OpensearchClusterInternalDetails.
defined_tags

Gets the defined_tags of this OpensearchClusterInternalDetails. 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 OpensearchClusterInternalDetails.
Return type:dict(str, dict(str, object))
elastic_load_balancer_ips

[Required] Gets the elastic_load_balancer_ips of this OpensearchClusterInternalDetails. List of OpenSearch elastic LoadbalancerIps

Returns:The elastic_load_balancer_ips of this OpensearchClusterInternalDetails.
Return type:list[str]
freeform_tags

Gets the freeform_tags of this OpensearchClusterInternalDetails. 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 OpensearchClusterInternalDetails.
Return type:dict(str, str)
remote_load_balancer_ips

[Required] Gets the remote_load_balancer_ips of this OpensearchClusterInternalDetails. List of OpenSearch remote LoadbalancerIps

Returns:The remote_load_balancer_ips of this OpensearchClusterInternalDetails.
Return type:list[str]
state

[Required] Gets the state of this OpensearchClusterInternalDetails. The state of the cluster.

Returns:The state of this OpensearchClusterInternalDetails.
Return type:str
system_tags

Gets the system_tags of this OpensearchClusterInternalDetails. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this OpensearchClusterInternalDetails.
Return type:dict(str, dict(str, object))