Properties¶
-
class
oci.fleet_apps_management.models.
Properties
(**kwargs)¶ Bases:
object
The properties of the task.
Methods
__init__
(**kwargs)Initializes a new Properties object with values from keyword arguments. Attributes
num_retries
[Required] Gets the num_retries of this Properties. timeout_in_seconds
[Required] Gets the timeout_in_seconds of this Properties. -
__init__
(**kwargs)¶ Initializes a new Properties object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - num_retries (int) – The value to assign to the num_retries property of this Properties.
- timeout_in_seconds (int) – The value to assign to the timeout_in_seconds property of this Properties.
-
num_retries
¶ [Required] Gets the num_retries of this Properties. The number of retries allowed.
Returns: The num_retries of this Properties. Return type: int
-
timeout_in_seconds
¶ [Required] Gets the timeout_in_seconds of this Properties. The timeout in seconds for the task.
Returns: The timeout_in_seconds of this Properties. Return type: int
-