State¶
-
class
oci.data_integration.models.
State
(**kwargs)¶ Bases:
object
State stored in All States Map of Composite State
Methods
__init__
(**kwargs)Initializes a new State object with values from keyword arguments. Attributes
name
Gets the name of this State. parameter_value
Gets the parameter_value of this State. time_value
Gets the time_value of this State. -
__init__
(**kwargs)¶ Initializes a new State object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this State.
- parameter_value (oci.data_integration.models.ParameterValue) – The value to assign to the parameter_value property of this State.
- time_value (datetime) – The value to assign to the time_value property of this State.
-
name
¶ Gets the name of this State. A simple name for the State.
Returns: The name of this State. Return type: str
-
parameter_value
¶ Gets the parameter_value of this State.
Returns: The parameter_value of this State. Return type: oci.data_integration.models.ParameterValue
-
time_value
¶ Gets the time_value of this State. To store a date value for the State we use dateValue attribute.
Returns: The time_value of this State. Return type: datetime
-