EstimatedPatchingTime¶
-
class
oci.database.models.
EstimatedPatchingTime
(**kwargs)¶ Bases:
object
The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).
Methods
__init__
(**kwargs)Initializes a new EstimatedPatchingTime object with values from keyword arguments. Attributes
estimated_db_server_patching_time
Gets the estimated_db_server_patching_time of this EstimatedPatchingTime. estimated_network_switches_patching_time
Gets the estimated_network_switches_patching_time of this EstimatedPatchingTime. estimated_storage_server_patching_time
Gets the estimated_storage_server_patching_time of this EstimatedPatchingTime. total_estimated_patching_time
Gets the total_estimated_patching_time of this EstimatedPatchingTime. -
__init__
(**kwargs)¶ Initializes a new EstimatedPatchingTime object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - total_estimated_patching_time (int) – The value to assign to the total_estimated_patching_time property of this EstimatedPatchingTime.
- estimated_db_server_patching_time (int) – The value to assign to the estimated_db_server_patching_time property of this EstimatedPatchingTime.
- estimated_storage_server_patching_time (int) – The value to assign to the estimated_storage_server_patching_time property of this EstimatedPatchingTime.
- estimated_network_switches_patching_time (int) – The value to assign to the estimated_network_switches_patching_time property of this EstimatedPatchingTime.
-
estimated_db_server_patching_time
¶ Gets the estimated_db_server_patching_time of this EstimatedPatchingTime. The estimated time required in minutes for database server patching.
Returns: The estimated_db_server_patching_time of this EstimatedPatchingTime. Return type: int
-
estimated_network_switches_patching_time
¶ Gets the estimated_network_switches_patching_time of this EstimatedPatchingTime. The estimated time required in minutes for network switch patching.
Returns: The estimated_network_switches_patching_time of this EstimatedPatchingTime. Return type: int
-
estimated_storage_server_patching_time
¶ Gets the estimated_storage_server_patching_time of this EstimatedPatchingTime. The estimated time required in minutes for storage server patching.
Returns: The estimated_storage_server_patching_time of this EstimatedPatchingTime. Return type: int
-
total_estimated_patching_time
¶ Gets the total_estimated_patching_time of this EstimatedPatchingTime. The estimated total time required in minutes for all patching operations.
Returns: The total_estimated_patching_time of this EstimatedPatchingTime. Return type: int
-