AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the UpdateMaintenanceStartTime operation. This operation updates a gateway's weekly maintenance start time information, including day and time of the week. The maintenance time is the time in your gateway's time zone.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.StorageGateway.AmazonStorageGatewayRequest
      Amazon.StorageGateway.Model.UpdateMaintenanceStartTimeRequest

Namespace: Amazon.StorageGateway.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class UpdateMaintenanceStartTimeRequest : AmazonStorageGatewayRequest
         IRequestEvents

The UpdateMaintenanceStartTimeRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DayOfWeek System.Int32 Gets and sets the property DayOfWeek.

The maintenance start time day of the week.

Public Property GatewayARN System.String Gets and sets the property GatewayARN.
Public Property HourOfDay System.Int32 Gets and sets the property HourOfDay.

The hour component of the maintenance start time represented as hh, where hh is the hour (00 to 23). The hour of the day is in the time zone of the gateway.

Public Property MinuteOfHour System.Int32 Gets and sets the property MinuteOfHour.

The minute component of the maintenance start time represented as mm, where mm is the minute (00 to 59). The minute of the hour is in the time zone of the gateway.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8