Skip to content

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.

DurationOptional

public object Duration { get; set; }
  • Type: object

EnableOptional

public object Enable { get; set; }
  • Type: object

MaintenanceTimeOptional

public object MaintenanceTime { get; set; }
  • Type: object

WeeklyPeriodOptional

public object WeeklyPeriod { get; set; }
  • Type: object