UpdateOpensearchClusterPipelineDetails¶
-
class
oci.opensearch.models.
UpdateOpensearchClusterPipelineDetails
(**kwargs)¶ Bases:
object
The configuration to update on an existing OpenSearch cluster pipeline. You can only edit capaccity limits and pipeline configuration. You can’t edit its name or network settings.
Methods
__init__
(**kwargs)Initializes a new UpdateOpensearchClusterPipelineDetails object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this UpdateOpensearchClusterPipelineDetails. max_memory_gb
Gets the max_memory_gb of this UpdateOpensearchClusterPipelineDetails. max_ocpu_count
Gets the max_ocpu_count of this UpdateOpensearchClusterPipelineDetails. min_memory_gb
Gets the min_memory_gb of this UpdateOpensearchClusterPipelineDetails. min_ocpu_count
Gets the min_ocpu_count of this UpdateOpensearchClusterPipelineDetails. pipeline_configuration_body
Gets the pipeline_configuration_body of this UpdateOpensearchClusterPipelineDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateOpensearchClusterPipelineDetails 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 UpdateOpensearchClusterPipelineDetails.
- max_ocpu_count (int) – The value to assign to the max_ocpu_count property of this UpdateOpensearchClusterPipelineDetails.
- min_ocpu_count (int) – The value to assign to the min_ocpu_count property of this UpdateOpensearchClusterPipelineDetails.
- max_memory_gb (int) – The value to assign to the max_memory_gb property of this UpdateOpensearchClusterPipelineDetails.
- min_memory_gb (int) – The value to assign to the min_memory_gb property of this UpdateOpensearchClusterPipelineDetails.
- pipeline_configuration_body (str) – The value to assign to the pipeline_configuration_body property of this UpdateOpensearchClusterPipelineDetails.
-
display_name
¶ [Required] Gets the display_name of this UpdateOpensearchClusterPipelineDetails. The name of the pipeline. Avoid entering confidential information.
Returns: The display_name of this UpdateOpensearchClusterPipelineDetails. Return type: str
-
max_memory_gb
¶ Gets the max_memory_gb of this UpdateOpensearchClusterPipelineDetails. The maximum amount of memory in GB, for the pipeline.
Returns: The max_memory_gb of this UpdateOpensearchClusterPipelineDetails. Return type: int
-
max_ocpu_count
¶ Gets the max_ocpu_count of this UpdateOpensearchClusterPipelineDetails. The maximum pipeline capacity, in OCPUs.
Returns: The max_ocpu_count of this UpdateOpensearchClusterPipelineDetails. Return type: int
-
min_memory_gb
¶ Gets the min_memory_gb of this UpdateOpensearchClusterPipelineDetails. The minimum amount of memory in GB, for the pipeline.
Returns: The min_memory_gb of this UpdateOpensearchClusterPipelineDetails. Return type: int
-
min_ocpu_count
¶ Gets the min_ocpu_count of this UpdateOpensearchClusterPipelineDetails. The minimum pipeline capacity, in OCPUs.
Returns: The min_ocpu_count of this UpdateOpensearchClusterPipelineDetails. Return type: int
-
pipeline_configuration_body
¶ Gets the pipeline_configuration_body of this UpdateOpensearchClusterPipelineDetails. 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 UpdateOpensearchClusterPipelineDetails. Return type: str
-