GenerateLoadPipelineScriptDetails¶
-
class
oci.jms.models.
GenerateLoadPipelineScriptDetails
(**kwargs)¶ Bases:
object
Attributes to generate load pipeline script.
Methods
__init__
(**kwargs)Initializes a new GenerateLoadPipelineScriptDetails object with values from keyword arguments. Attributes
interval_minutes
Gets the interval_minutes of this GenerateLoadPipelineScriptDetails. target_bucket_name
[Required] Gets the target_bucket_name of this GenerateLoadPipelineScriptDetails. target_bucket_namespace
[Required] Gets the target_bucket_namespace of this GenerateLoadPipelineScriptDetails. target_bucket_region
[Required] Gets the target_bucket_region of this GenerateLoadPipelineScriptDetails. -
__init__
(**kwargs)¶ Initializes a new GenerateLoadPipelineScriptDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - target_bucket_name (str) – The value to assign to the target_bucket_name property of this GenerateLoadPipelineScriptDetails.
- target_bucket_namespace (str) – The value to assign to the target_bucket_namespace property of this GenerateLoadPipelineScriptDetails.
- target_bucket_region (str) – The value to assign to the target_bucket_region property of this GenerateLoadPipelineScriptDetails.
- interval_minutes (int) – The value to assign to the interval_minutes property of this GenerateLoadPipelineScriptDetails.
-
interval_minutes
¶ Gets the interval_minutes of this GenerateLoadPipelineScriptDetails. The time internal in minutes between consecutive executions of scheduled pipeline job.
Returns: The interval_minutes of this GenerateLoadPipelineScriptDetails. Return type: int
-
target_bucket_name
¶ [Required] Gets the target_bucket_name of this GenerateLoadPipelineScriptDetails. The name of the bucket where data will be exported.
Returns: The target_bucket_name of this GenerateLoadPipelineScriptDetails. Return type: str
-
target_bucket_namespace
¶ [Required] Gets the target_bucket_namespace of this GenerateLoadPipelineScriptDetails. The namespace of the bucket where data will be exported.
Returns: The target_bucket_namespace of this GenerateLoadPipelineScriptDetails. Return type: str
-
target_bucket_region
¶ [Required] Gets the target_bucket_region of this GenerateLoadPipelineScriptDetails. The id of the region of the target bucket.
Returns: The target_bucket_region of this GenerateLoadPipelineScriptDetails. Return type: str
-