IEstimatedPatchingTime Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.EstimatedPatchingTimeTypeConverter))]
public interface IEstimatedPatchingTime : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.EstimatedPatchingTimeTypeConverter))>]
type IEstimatedPatchingTime = interface
    interface IJsonSerializable
Public Interface IEstimatedPatchingTime
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
EstimatedDbServerPatchingTime

The estimated time required in minutes for database server patching.

EstimatedNetworkSwitchesPatchingTime

The estimated time required in minutes for network switch patching.

EstimatedStorageServerPatchingTime

The estimated time required in minutes for storage server patching.

TotalEstimatedPatchingTime

The estimated total time required in minutes for all patching operations.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to