BenchmarkDetails

class oci.opensearch.models.BenchmarkDetails(**kwargs)

Bases: object

Benchmark test configuration detail.

Attributes

PERF_TEST_LENGTH_LONG A constant which can be used with the perf_test_length property of a BenchmarkDetails.
PERF_TEST_LENGTH_STANDARD A constant which can be used with the perf_test_length property of a BenchmarkDetails.
control_cluster_id [Required] Gets the control_cluster_id of this BenchmarkDetails.
perf_test_length [Required] Gets the perf_test_length of this BenchmarkDetails.
test1_cluster_id Gets the test1_cluster_id of this BenchmarkDetails.
test2_cluster_id Gets the test2_cluster_id of this BenchmarkDetails.

Methods

__init__(**kwargs) Initializes a new BenchmarkDetails object with values from keyword arguments.
PERF_TEST_LENGTH_LONG = 'LONG'

A constant which can be used with the perf_test_length property of a BenchmarkDetails. This constant has a value of “LONG”

PERF_TEST_LENGTH_STANDARD = 'STANDARD'

A constant which can be used with the perf_test_length property of a BenchmarkDetails. This constant has a value of “STANDARD”

__init__(**kwargs)

Initializes a new BenchmarkDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • perf_test_length (str) – The value to assign to the perf_test_length property of this BenchmarkDetails. Allowed values for this property are: “STANDARD”, “LONG”
  • control_cluster_id (str) – The value to assign to the control_cluster_id property of this BenchmarkDetails.
  • test1_cluster_id (str) – The value to assign to the test1_cluster_id property of this BenchmarkDetails.
  • test2_cluster_id (str) – The value to assign to the test2_cluster_id property of this BenchmarkDetails.
control_cluster_id

[Required] Gets the control_cluster_id of this BenchmarkDetails. Control Cluster Id Information

Returns:The control_cluster_id of this BenchmarkDetails.
Return type:str
perf_test_length

[Required] Gets the perf_test_length of this BenchmarkDetails. Execution Length of Perf Test (default set to STANDARD)

Allowed values for this property are: “STANDARD”, “LONG”

Returns:The perf_test_length of this BenchmarkDetails.
Return type:str
test1_cluster_id

Gets the test1_cluster_id of this BenchmarkDetails. Required Test Cluster Id needed to run perf test

Returns:The test1_cluster_id of this BenchmarkDetails.
Return type:str
test2_cluster_id

Gets the test2_cluster_id of this BenchmarkDetails. Optional Test Cluster Id needed to run perf test

Returns:The test2_cluster_id of this BenchmarkDetails.
Return type:str