SoftLayer_Network_Storage_Schedule


SoftLayer_Network_Storage_Schedule

Description

Schedules can be created for select Storage services, such as iscsi. These schedules are used to perform various tasks such as scheduling snapshots or synchronizing replicants.

Local


active

A flag which determines if a schedule is active.
Type: int


createDate

The date a schedule was created.
Type: dateTime


id

A schedule’s internal identifier.
Type: int


modifyDate

The date a schedule was last modified.
Type: dateTime


name

A schedule’s name, for example ‘Daily’.
Type: string


partnershipId

The partnership id which a schedule is associated with.
Type: int


typeId

The type id which a schedule is associated with.
Type: int


volumeId

The volume id which a schedule is associated with.
Type: int

Relational


day

The hour parameter of this schedule.
Type: string


dayOfMonth

The day of the month parameter of this schedule.
Type: string


dayOfWeek

The day of the week parameter of this schedule.
Type: string


events

Events which have been created as the result of a schedule execution.
Type: SoftLayer_Network_Storage_Event[]


hour

The hour parameter of this schedule.
Type: string


minute

The minute parameter of this schedule.
Type: string


monthOfYear

The month of the year parameter of this schedule.
Type: string


partnership

The associated partnership for a schedule.
Type: SoftLayer_Network_Storage_Partnership


properties

Properties used for configuration of a schedule.
Type: SoftLayer_Network_Storage_Schedule_Property[]


replicaSnapshots

Replica snapshots which have been created as the result of this schedule’s execution.
Type: SoftLayer_Network_Storage[]


retentionCount

The number of snapshots this schedule is configured to retain.
Type: string


second

The minute parameter of this schedule.
Type: string


snapshots

Snapshots which have been created as the result of this schedule’s execution.
Type: SoftLayer_Network_Storage[]


type

The type provides a standardized definition for a schedule.
Type: SoftLayer_Network_Storage_Schedule_Type


volume

The associated volume for a schedule.
Type: SoftLayer_Network_Storage

Count


eventCount

A count of events which have been created as the result of a schedule execution.
Type: unsignedLong


propertyCount

A count of properties used for configuration of a schedule.
Type: unsignedLong


replicaSnapshotCount

A count of replica snapshots which have been created as the result of this schedule’s execution.
Type: unsignedLong


snapshotCount

A count of snapshots which have been created as the result of this schedule’s execution.
Type: unsignedLong