CreateOpensearchClusterPipelineDetails¶
-
class
oci.opensearch.models.
CreateOpensearchClusterPipelineDetails
(**kwargs)¶ Bases:
object
The configuration details for a new OpenSearch cluster pipeline.
Methods
__init__
(**kwargs)Initializes a new CreateOpensearchClusterPipelineDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateOpensearchClusterPipelineDetails. defined_tags
Gets the defined_tags of this CreateOpensearchClusterPipelineDetails. display_name
[Required] Gets the display_name of this CreateOpensearchClusterPipelineDetails. freeform_tags
Gets the freeform_tags of this CreateOpensearchClusterPipelineDetails. max_memory_gb
[Required] Gets the max_memory_gb of this CreateOpensearchClusterPipelineDetails. max_ocpu_count
[Required] Gets the max_ocpu_count of this CreateOpensearchClusterPipelineDetails. min_memory_gb
[Required] Gets the min_memory_gb of this CreateOpensearchClusterPipelineDetails. min_ocpu_count
[Required] Gets the min_ocpu_count of this CreateOpensearchClusterPipelineDetails. pipeline_configuration_body
[Required] Gets the pipeline_configuration_body of this CreateOpensearchClusterPipelineDetails. subnet_compartment_id
[Required] Gets the subnet_compartment_id of this CreateOpensearchClusterPipelineDetails. subnet_id
[Required] Gets the subnet_id of this CreateOpensearchClusterPipelineDetails. system_tags
Gets the system_tags of this CreateOpensearchClusterPipelineDetails. vcn_compartment_id
[Required] Gets the vcn_compartment_id of this CreateOpensearchClusterPipelineDetails. vcn_id
[Required] Gets the vcn_id of this CreateOpensearchClusterPipelineDetails. -
__init__
(**kwargs)¶ Initializes a new CreateOpensearchClusterPipelineDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this CreateOpensearchClusterPipelineDetails.
- max_ocpu_count (int) – The value to assign to the max_ocpu_count property of this CreateOpensearchClusterPipelineDetails.
- min_ocpu_count (int) – The value to assign to the min_ocpu_count property of this CreateOpensearchClusterPipelineDetails.
- max_memory_gb (int) – The value to assign to the max_memory_gb property of this CreateOpensearchClusterPipelineDetails.
- min_memory_gb (int) – The value to assign to the min_memory_gb property of this CreateOpensearchClusterPipelineDetails.
- pipeline_configuration_body (str) – The value to assign to the pipeline_configuration_body property of this CreateOpensearchClusterPipelineDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateOpensearchClusterPipelineDetails.
- vcn_id (str) – The value to assign to the vcn_id property of this CreateOpensearchClusterPipelineDetails.
- subnet_id (str) – The value to assign to the subnet_id property of this CreateOpensearchClusterPipelineDetails.
- vcn_compartment_id (str) – The value to assign to the vcn_compartment_id property of this CreateOpensearchClusterPipelineDetails.
- subnet_compartment_id (str) – The value to assign to the subnet_compartment_id property of this CreateOpensearchClusterPipelineDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOpensearchClusterPipelineDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOpensearchClusterPipelineDetails.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this CreateOpensearchClusterPipelineDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateOpensearchClusterPipelineDetails. The OCID of the compartment to create the pipeline in.
Returns: The compartment_id of this CreateOpensearchClusterPipelineDetails. Return type: str
Gets the defined_tags of this CreateOpensearchClusterPipelineDetails. 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 CreateOpensearchClusterPipelineDetails. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this CreateOpensearchClusterPipelineDetails. The name of the cluster pipeline. Avoid entering confidential information.
Returns: The display_name of this CreateOpensearchClusterPipelineDetails. Return type: str
Gets the freeform_tags of this CreateOpensearchClusterPipelineDetails. 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 CreateOpensearchClusterPipelineDetails. Return type: dict(str, str)
-
max_memory_gb
¶ [Required] Gets the max_memory_gb of this CreateOpensearchClusterPipelineDetails. The maximum amount of memory in GB, for the pipeline.
Returns: The max_memory_gb of this CreateOpensearchClusterPipelineDetails. Return type: int
-
max_ocpu_count
¶ [Required] Gets the max_ocpu_count of this CreateOpensearchClusterPipelineDetails. The maximum pipeline capacity, in OCPUs.
Returns: The max_ocpu_count of this CreateOpensearchClusterPipelineDetails. Return type: int
-
min_memory_gb
¶ [Required] Gets the min_memory_gb of this CreateOpensearchClusterPipelineDetails. The minimum amount of memory in GB, for the pipeline.
Returns: The min_memory_gb of this CreateOpensearchClusterPipelineDetails. Return type: int
-
min_ocpu_count
¶ [Required] Gets the min_ocpu_count of this CreateOpensearchClusterPipelineDetails. The minimum pipeline capacity, in OCPUs.
Returns: The min_ocpu_count of this CreateOpensearchClusterPipelineDetails. Return type: int
-
pipeline_configuration_body
¶ [Required] Gets the pipeline_configuration_body of this CreateOpensearchClusterPipelineDetails. 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 CreateOpensearchClusterPipelineDetails. Return type: str
-
subnet_compartment_id
¶ [Required] Gets the subnet_compartment_id of this CreateOpensearchClusterPipelineDetails. The OCID for the compartment where the pipwline’s subnet is located.
Returns: The subnet_compartment_id of this CreateOpensearchClusterPipelineDetails. Return type: str
-
subnet_id
¶ [Required] Gets the subnet_id of this CreateOpensearchClusterPipelineDetails. The OCID of the pipeline’s subnet.
Returns: The subnet_id of this CreateOpensearchClusterPipelineDetails. Return type: str
Gets the system_tags of this CreateOpensearchClusterPipelineDetails. 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 CreateOpensearchClusterPipelineDetails. Return type: dict(str, dict(str, object))
-
vcn_compartment_id
¶ [Required] Gets the vcn_compartment_id of this CreateOpensearchClusterPipelineDetails. The OCID for the compartment where the pipeline’s VCN is located.
Returns: The vcn_compartment_id of this CreateOpensearchClusterPipelineDetails. Return type: str
-
vcn_id
¶ [Required] Gets the vcn_id of this CreateOpensearchClusterPipelineDetails. The OCID of the pipeline’s VCN.
Returns: The vcn_id of this CreateOpensearchClusterPipelineDetails. Return type: str
-