OpensearchClusterPipeline¶
-
class
oci.opensearch.models.
OpensearchClusterPipeline
(**kwargs)¶ Bases:
object
An OpenSearch cluster Pipeline resource. An cluster is set of instances that provide OpenSearch functionality in OCI Search Service with OpenSearch. For more information, see Cluster Pipelines.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a OpensearchClusterPipeline. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a OpensearchClusterPipeline. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a OpensearchClusterPipeline. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a OpensearchClusterPipeline. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a OpensearchClusterPipeline. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a OpensearchClusterPipeline. compartment_id
[Required] Gets the compartment_id of this OpensearchClusterPipeline. defined_tags
Gets the defined_tags of this OpensearchClusterPipeline. display_name
[Required] Gets the display_name of this OpensearchClusterPipeline. freeform_tags
Gets the freeform_tags of this OpensearchClusterPipeline. id
[Required] Gets the id of this OpensearchClusterPipeline. lifecycle_state
[Required] Gets the lifecycle_state of this OpensearchClusterPipeline. max_memory_gb
[Required] Gets the max_memory_gb of this OpensearchClusterPipeline. max_ocpu_count
[Required] Gets the max_ocpu_count of this OpensearchClusterPipeline. min_memory_gb
[Required] Gets the min_memory_gb of this OpensearchClusterPipeline. min_ocpu_count
[Required] Gets the min_ocpu_count of this OpensearchClusterPipeline. opensearch_pipeline_fqdn
[Required] Gets the opensearch_pipeline_fqdn of this OpensearchClusterPipeline. opensearch_pipeline_private_ip
[Required] Gets the opensearch_pipeline_private_ip of this OpensearchClusterPipeline. pipeline_configuration_body
[Required] Gets the pipeline_configuration_body of this OpensearchClusterPipeline. subnet_compartment_id
[Required] Gets the subnet_compartment_id of this OpensearchClusterPipeline. subnet_id
[Required] Gets the subnet_id of this OpensearchClusterPipeline. system_tags
Gets the system_tags of this OpensearchClusterPipeline. time_created
Gets the time_created of this OpensearchClusterPipeline. time_updated
Gets the time_updated of this OpensearchClusterPipeline. vcn_compartment_id
[Required] Gets the vcn_compartment_id of this OpensearchClusterPipeline. vcn_id
[Required] Gets the vcn_id of this OpensearchClusterPipeline. Methods
__init__
(**kwargs)Initializes a new OpensearchClusterPipeline object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a OpensearchClusterPipeline. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a OpensearchClusterPipeline. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a OpensearchClusterPipeline. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a OpensearchClusterPipeline. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a OpensearchClusterPipeline. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a OpensearchClusterPipeline. This constant has a value of “UPDATING”
-
__init__
(**kwargs)¶ Initializes a new OpensearchClusterPipeline object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this OpensearchClusterPipeline.
- display_name (str) – The value to assign to the display_name property of this OpensearchClusterPipeline.
- compartment_id (str) – The value to assign to the compartment_id property of this OpensearchClusterPipeline.
- vcn_id (str) – The value to assign to the vcn_id property of this OpensearchClusterPipeline.
- subnet_id (str) – The value to assign to the subnet_id property of this OpensearchClusterPipeline.
- vcn_compartment_id (str) – The value to assign to the vcn_compartment_id property of this OpensearchClusterPipeline.
- subnet_compartment_id (str) – The value to assign to the subnet_compartment_id property of this OpensearchClusterPipeline.
- max_ocpu_count (int) – The value to assign to the max_ocpu_count property of this OpensearchClusterPipeline.
- min_ocpu_count (int) – The value to assign to the min_ocpu_count property of this OpensearchClusterPipeline.
- max_memory_gb (int) – The value to assign to the max_memory_gb property of this OpensearchClusterPipeline.
- min_memory_gb (int) – The value to assign to the min_memory_gb property of this OpensearchClusterPipeline.
- pipeline_configuration_body (str) – The value to assign to the pipeline_configuration_body property of this OpensearchClusterPipeline.
- opensearch_pipeline_fqdn (str) – The value to assign to the opensearch_pipeline_fqdn property of this OpensearchClusterPipeline.
- opensearch_pipeline_private_ip (str) – The value to assign to the opensearch_pipeline_private_ip property of this OpensearchClusterPipeline.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OpensearchClusterPipeline. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”
- time_created (datetime) – The value to assign to the time_created property of this OpensearchClusterPipeline.
- time_updated (datetime) – The value to assign to the time_updated property of this OpensearchClusterPipeline.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OpensearchClusterPipeline.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OpensearchClusterPipeline.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OpensearchClusterPipeline.
-
compartment_id
¶ [Required] Gets the compartment_id of this OpensearchClusterPipeline. The OCID of the compartment where the pipeline is located.
Returns: The compartment_id of this OpensearchClusterPipeline. Return type: str
Gets the defined_tags of this OpensearchClusterPipeline. 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 OpensearchClusterPipeline. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this OpensearchClusterPipeline. The name of the pipeline. Avoid entering confidential information.
Returns: The display_name of this OpensearchClusterPipeline. Return type: str
Gets the freeform_tags of this OpensearchClusterPipeline. 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 OpensearchClusterPipeline. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this OpensearchClusterPipeline. The OCID of the cluster pipeline.
Returns: The id of this OpensearchClusterPipeline. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this OpensearchClusterPipeline. The current state of the cluster backup.
Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”
Returns: The lifecycle_state of this OpensearchClusterPipeline. Return type: str
-
max_memory_gb
¶ [Required] Gets the max_memory_gb of this OpensearchClusterPipeline. The maximum amount of memory in GB, for the pipeline.
Returns: The max_memory_gb of this OpensearchClusterPipeline. Return type: int
-
max_ocpu_count
¶ [Required] Gets the max_ocpu_count of this OpensearchClusterPipeline. The maximum pipeline capacity, in OCPUs.
Returns: The max_ocpu_count of this OpensearchClusterPipeline. Return type: int
-
min_memory_gb
¶ [Required] Gets the min_memory_gb of this OpensearchClusterPipeline. The minimum amount of memory in GB, for the pipeline.
Returns: The min_memory_gb of this OpensearchClusterPipeline. Return type: int
-
min_ocpu_count
¶ [Required] Gets the min_ocpu_count of this OpensearchClusterPipeline. The maximum pipeline capacity, in OCPUs.
Returns: The min_ocpu_count of this OpensearchClusterPipeline. Return type: int
-
opensearch_pipeline_fqdn
¶ [Required] Gets the opensearch_pipeline_fqdn of this OpensearchClusterPipeline. The fully qualified domain name (FQDN) for the cluster’s API endpoint.
Returns: The opensearch_pipeline_fqdn of this OpensearchClusterPipeline. Return type: str
-
opensearch_pipeline_private_ip
¶ [Required] Gets the opensearch_pipeline_private_ip of this OpensearchClusterPipeline. The pipeline’s private IP address.
Returns: The opensearch_pipeline_private_ip of this OpensearchClusterPipeline. Return type: str
-
pipeline_configuration_body
¶ [Required] Gets the pipeline_configuration_body of this OpensearchClusterPipeline. The pipeline configuration in YAML format. The command accepts the pipeline configuration as a string or within a .yaml file. If you provide the configuration as a string, each new line must be escaped with .
Returns: The pipeline_configuration_body of this OpensearchClusterPipeline. Return type: str
-
subnet_compartment_id
¶ [Required] Gets the subnet_compartment_id of this OpensearchClusterPipeline. The OCID for the compartment where the pipwline’s subnet is located.
Returns: The subnet_compartment_id of this OpensearchClusterPipeline. Return type: str
-
subnet_id
¶ [Required] Gets the subnet_id of this OpensearchClusterPipeline. The OCID of the pipeline’s subnet.
Returns: The subnet_id of this OpensearchClusterPipeline. Return type: str
Gets the system_tags of this OpensearchClusterPipeline. 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 OpensearchClusterPipeline. Return type: dict(str, dict(str, object))
-
time_created
¶ Gets the time_created of this OpensearchClusterPipeline. The date and time the cluster pipeline was created. Format defined by RFC3339.
Returns: The time_created of this OpensearchClusterPipeline. Return type: datetime
-
time_updated
¶ Gets the time_updated of this OpensearchClusterPipeline. The amount of time in milliseconds since the pipeline was updated.
Returns: The time_updated of this OpensearchClusterPipeline. Return type: datetime
-
vcn_compartment_id
¶ [Required] Gets the vcn_compartment_id of this OpensearchClusterPipeline. The OCID for the compartment where the pipeline’s VCN is located.
Returns: The vcn_compartment_id of this OpensearchClusterPipeline. Return type: str
-
vcn_id
¶ [Required] Gets the vcn_id of this OpensearchClusterPipeline. The OCID of the pipeline’s VCN.
Returns: The vcn_id of this OpensearchClusterPipeline. Return type: str
-