OpensearchClusterPipelineSummary¶
-
class
oci.opensearch.models.
OpensearchClusterPipelineSummary
(**kwargs)¶ Bases:
object
The summary of information about an OpenSearch cluster Pipeline.
Methods
__init__
(**kwargs)Initializes a new OpensearchClusterPipelineSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this OpensearchClusterPipelineSummary. defined_tags
Gets the defined_tags of this OpensearchClusterPipelineSummary. display_name
Gets the display_name of this OpensearchClusterPipelineSummary. freeform_tags
Gets the freeform_tags of this OpensearchClusterPipelineSummary. id
[Required] Gets the id of this OpensearchClusterPipelineSummary. lifecycle_state
[Required] Gets the lifecycle_state of this OpensearchClusterPipelineSummary. max_memory_gb
[Required] Gets the max_memory_gb of this OpensearchClusterPipelineSummary. max_ocpu_count
[Required] Gets the max_ocpu_count of this OpensearchClusterPipelineSummary. min_memory_gb
[Required] Gets the min_memory_gb of this OpensearchClusterPipelineSummary. min_ocpu_count
[Required] Gets the min_ocpu_count of this OpensearchClusterPipelineSummary. pipeline_configuration_body
[Required] Gets the pipeline_configuration_body of this OpensearchClusterPipelineSummary. system_tags
Gets the system_tags of this OpensearchClusterPipelineSummary. time_created
Gets the time_created of this OpensearchClusterPipelineSummary. time_updated
Gets the time_updated of this OpensearchClusterPipelineSummary. -
__init__
(**kwargs)¶ Initializes a new OpensearchClusterPipelineSummary 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 OpensearchClusterPipelineSummary.
- display_name (str) – The value to assign to the display_name property of this OpensearchClusterPipelineSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this OpensearchClusterPipelineSummary.
- max_ocpu_count (int) – The value to assign to the max_ocpu_count property of this OpensearchClusterPipelineSummary.
- min_ocpu_count (int) – The value to assign to the min_ocpu_count property of this OpensearchClusterPipelineSummary.
- max_memory_gb (int) – The value to assign to the max_memory_gb property of this OpensearchClusterPipelineSummary.
- min_memory_gb (int) – The value to assign to the min_memory_gb property of this OpensearchClusterPipelineSummary.
- pipeline_configuration_body (str) – The value to assign to the pipeline_configuration_body property of this OpensearchClusterPipelineSummary.
- time_created (datetime) – The value to assign to the time_created property of this OpensearchClusterPipelineSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this OpensearchClusterPipelineSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this OpensearchClusterPipelineSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this OpensearchClusterPipelineSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this OpensearchClusterPipelineSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this OpensearchClusterPipelineSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this OpensearchClusterPipelineSummary. The OCID of the compartment where the cluster pipeline is located.
Returns: The compartment_id of this OpensearchClusterPipelineSummary. Return type: str
Gets the defined_tags of this OpensearchClusterPipelineSummary. 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 OpensearchClusterPipelineSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this OpensearchClusterPipelineSummary. The name of the cluster pipeline. Avoid entering confidential information.
Returns: The display_name of this OpensearchClusterPipelineSummary. Return type: str
Gets the freeform_tags of this OpensearchClusterPipelineSummary. 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 OpensearchClusterPipelineSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this OpensearchClusterPipelineSummary. The OCID of the cluster pipeline.
Returns: The id of this OpensearchClusterPipelineSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this OpensearchClusterPipelineSummary. The current state of the cluster backup.
Returns: The lifecycle_state of this OpensearchClusterPipelineSummary. Return type: str
-
max_memory_gb
¶ [Required] Gets the max_memory_gb of this OpensearchClusterPipelineSummary. The maximum amount of memory in GB, for the pipeline.
Returns: The max_memory_gb of this OpensearchClusterPipelineSummary. Return type: int
-
max_ocpu_count
¶ [Required] Gets the max_ocpu_count of this OpensearchClusterPipelineSummary. The maximum pipeline capacity, in OCPUs.
Returns: The max_ocpu_count of this OpensearchClusterPipelineSummary. Return type: int
-
min_memory_gb
¶ [Required] Gets the min_memory_gb of this OpensearchClusterPipelineSummary. The minimum amount of memory in GB, for the pipeline.
Returns: The min_memory_gb of this OpensearchClusterPipelineSummary. Return type: int
-
min_ocpu_count
¶ [Required] Gets the min_ocpu_count of this OpensearchClusterPipelineSummary. The maximum pipeline capacity, in OCPUs.
Returns: The min_ocpu_count of this OpensearchClusterPipelineSummary. Return type: int
-
pipeline_configuration_body
¶ [Required] Gets the pipeline_configuration_body of this OpensearchClusterPipelineSummary. 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 OpensearchClusterPipelineSummary. Return type: str
Gets the system_tags of this OpensearchClusterPipelineSummary. 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 OpensearchClusterPipelineSummary. Return type: dict(str, dict(str, object))
-