MaintenanceWindowProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Acs;
new MaintenanceWindowProperty {
object Duration = null,
object Enable = null,
object MaintenanceTime = null,
object WeeklyPeriod = null
};
Properties
Name | Type | Description |
---|---|---|
Duration |
object |
No description. |
Enable |
object |
No description. |
MaintenanceTime |
object |
No description. |
WeeklyPeriod |
object |
No description. |
Duration
Optional
public object Duration { get; set; }
- Type: object
Enable
Optional
public object Enable { get; set; }
- Type: object
MaintenanceTime
Optional
public object MaintenanceTime { get; set; }
- Type: object
WeeklyPeriod
Optional
public object WeeklyPeriod { get; set; }
- Type: object