ShapeDetails¶
-
class
oci.data_integration.models.
ShapeDetails
(**kwargs)¶ Bases:
object
OCI DataFlow Shape configuration. Use shapeOcpuParam and shapeMemoryParam config params for configuring number of OCPUs and memory in GBs respectively.
Methods
__init__
(**kwargs)Initializes a new ShapeDetails object with values from keyword arguments. Attributes
config_values
Gets the config_values of this ShapeDetails. -
__init__
(**kwargs)¶ Initializes a new ShapeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: config_values (oci.data_integration.models.ConfigValues) – The value to assign to the config_values property of this ShapeDetails.
-
config_values
¶ Gets the config_values of this ShapeDetails.
Returns: The config_values of this ShapeDetails. Return type: oci.data_integration.models.ConfigValues
-