AWS SDK for .NET Documentation
UpdateSnapshotScheduleRequest Class
AmazonAmazon.StorageGateway.ModelUpdateSnapshotScheduleRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the UpdateSnapshotSchedule operation.

This operation updates a snapshot schedule configured for a gateway volume.

The default snapshot schedule for volume is once every 24 hours, starting at the creation time of the volume. You can use this API to change the snapshot schedule configured for the volume.

In the request you must identify the gateway volume whose snapshot schedule you want to update, and the schedule information, including when you want the snapshot to begin on a day and the frequency (in hours) of snapshots.

Declaration Syntax
C#
public class UpdateSnapshotScheduleRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UpdateSnapshotScheduleRequest()()()()
Initializes a new instance of the UpdateSnapshotScheduleRequest class

Description
Optional description of the snapshot that overwrites the existing description.

Constraints:

Length
1 - 255


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
RecurrenceInHours
Frequency of snapshots. Specify the number of hours between snapshots.

Constraints:

Range
1 - 24


StartAt
The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.

Constraints:

Range
0 - 23


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VolumeARN
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

Constraints:

Length
50 - 500


WithDescription(String) Obsolete.
Sets the Description property

WithRecurrenceInHours(Int32) Obsolete.
Sets the RecurrenceInHours property

WithStartAt(Int32) Obsolete.
Sets the StartAt property

WithVolumeARN(String) Obsolete.
Sets the VolumeARN property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 UpdateSnapshotScheduleRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)