UpdatePipelineStatusDetails¶
-
class
oci.opensearch.models.
UpdatePipelineStatusDetails
(**kwargs)¶ Bases:
object
update pipeline status.
Methods
__init__
(**kwargs)Initializes a new UpdatePipelineStatusDetails object with values from keyword arguments. Attributes
lifecycle_state
[Required] Gets the lifecycle_state of this UpdatePipelineStatusDetails. pipeline_id
[Required] Gets the pipeline_id of this UpdatePipelineStatusDetails. -
__init__
(**kwargs)¶ Initializes a new UpdatePipelineStatusDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - pipeline_id (str) – The value to assign to the pipeline_id property of this UpdatePipelineStatusDetails.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this UpdatePipelineStatusDetails.
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this UpdatePipelineStatusDetails. the new status of the OpenSearch Pipeline
Returns: The lifecycle_state of this UpdatePipelineStatusDetails. Return type: str
-
pipeline_id
¶ [Required] Gets the pipeline_id of this UpdatePipelineStatusDetails. OCID of the OpenSearch Pipeline.
Returns: The pipeline_id of this UpdatePipelineStatusDetails. Return type: str
-