ICloudExadataInfrastructureUpdate.MaintenanceWindowCustomActionTimeoutInMin Property

Definition

Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).

[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="customActionTimeoutInMins", Update=true)]
public int? MaintenanceWindowCustomActionTimeoutInMin { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="customActionTimeoutInMins", Update=true)>]
member this.MaintenanceWindowCustomActionTimeoutInMin : Nullable<int> with get, set
Public Property MaintenanceWindowCustomActionTimeoutInMin As Nullable(Of Integer)

Property Value

Attributes

Applies to