ConfigParameterDefinition¶
-
class
oci.data_integration.models.
ConfigParameterDefinition
(**kwargs)¶ Bases:
object
The configurable properties of an object type.
Methods
__init__
(**kwargs)Initializes a new ConfigParameterDefinition object with values from keyword arguments. Attributes
class_field_name
Gets the class_field_name of this ConfigParameterDefinition. default_value
Gets the default_value of this ConfigParameterDefinition. description
Gets the description of this ConfigParameterDefinition. is_class_field_value
Gets the is_class_field_value of this ConfigParameterDefinition. is_static
Gets the is_static of this ConfigParameterDefinition. parameter_name
Gets the parameter_name of this ConfigParameterDefinition. parameter_type
Gets the parameter_type of this ConfigParameterDefinition. -
__init__
(**kwargs)¶ Initializes a new ConfigParameterDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - parameter_type (oci.data_integration.models.BaseType) – The value to assign to the parameter_type property of this ConfigParameterDefinition.
- parameter_name (str) – The value to assign to the parameter_name property of this ConfigParameterDefinition.
- description (str) – The value to assign to the description property of this ConfigParameterDefinition.
- default_value (object) – The value to assign to the default_value property of this ConfigParameterDefinition.
- class_field_name (str) – The value to assign to the class_field_name property of this ConfigParameterDefinition.
- is_static (bool) – The value to assign to the is_static property of this ConfigParameterDefinition.
- is_class_field_value (bool) – The value to assign to the is_class_field_value property of this ConfigParameterDefinition.
-
class_field_name
¶ Gets the class_field_name of this ConfigParameterDefinition. The parameter class field name.
Returns: The class_field_name of this ConfigParameterDefinition. Return type: str
-
default_value
¶ Gets the default_value of this ConfigParameterDefinition. The default value for the parameter.
Returns: The default_value of this ConfigParameterDefinition. Return type: object
-
description
¶ Gets the description of this ConfigParameterDefinition. A user defined description for the object.
Returns: The description of this ConfigParameterDefinition. Return type: str
-
is_class_field_value
¶ Gets the is_class_field_value of this ConfigParameterDefinition. Specifies whether the parameter is a class field or not.
Returns: The is_class_field_value of this ConfigParameterDefinition. Return type: bool
-
is_static
¶ Gets the is_static of this ConfigParameterDefinition. Specifies whether the parameter is static or not.
Returns: The is_static of this ConfigParameterDefinition. Return type: bool
-
parameter_name
¶ Gets the parameter_name of this ConfigParameterDefinition. This object represents the configurable properties for an object type.
Returns: The parameter_name of this ConfigParameterDefinition. Return type: str
-
parameter_type
¶ Gets the parameter_type of this ConfigParameterDefinition.
Returns: The parameter_type of this ConfigParameterDefinition. Return type: oci.data_integration.models.BaseType
-