ForcePatchPipelineDetails¶
-
class
oci.opensearch.models.
ForcePatchPipelineDetails
(**kwargs)¶ Bases:
object
force patching a pipeline.
Methods
__init__
(**kwargs)Initializes a new ForcePatchPipelineDetails object with values from keyword arguments. Attributes
flex_shape
Gets the flex_shape of this ForcePatchPipelineDetails. pipeline_id
[Required] Gets the pipeline_id of this ForcePatchPipelineDetails. -
__init__
(**kwargs)¶ Initializes a new ForcePatchPipelineDetails 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 ForcePatchPipelineDetails.
- flex_shape (str) – The value to assign to the flex_shape property of this ForcePatchPipelineDetails.
-
flex_shape
¶ Gets the flex_shape of this ForcePatchPipelineDetails. flex shape name for the instances in the pipeline
Returns: The flex_shape of this ForcePatchPipelineDetails. Return type: str
-
pipeline_id
¶ [Required] Gets the pipeline_id of this ForcePatchPipelineDetails. OCID of the Opensearch Pipeline.
Returns: The pipeline_id of this ForcePatchPipelineDetails. Return type: str
-