Class: Azure::DevTestLabs::Mgmt::V2016_05_15::Models::Schedule
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb
Overview
A schedule.
Instance Attribute Summary collapse
-
#created_date ⇒ DateTime
The creation date of the schedule.
-
#daily_recurrence ⇒ DayDetails
week, specify the daily recurrence.
-
#hourly_recurrence ⇒ HourDetails
specify the hourly recurrence.
-
#notification_settings ⇒ NotificationSettings
Notification settings.
-
#provisioning_state ⇒ String
The provisioning status of the resource.
-
#status ⇒ EnableStatus
Disabled).
-
#target_resource_id ⇒ String
The resource ID to which the schedule belongs.
-
#task_type ⇒ String
LabVmsShutdownTask, LabVmAutoStart).
-
#time_zone_id ⇒ String
The time zone ID (e.g. Pacific Standard time).
-
#unique_identifier ⇒ String
The unique immutable identifier of a resource (Guid).
-
#weekly_recurrence ⇒ WeekDetails
week, specify the weekly recurrence.
Attributes inherited from Resource
#id, #location, #name, #tags, #type
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for Schedule class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#created_date ⇒ DateTime
Returns The creation date of the schedule.
42 43 44 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 42 def created_date @created_date end |
#daily_recurrence ⇒ DayDetails
week, specify the daily recurrence.
29 30 31 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 29 def daily_recurrence @daily_recurrence end |
#hourly_recurrence ⇒ HourDetails
specify the hourly recurrence.
33 34 35 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 33 def hourly_recurrence @hourly_recurrence end |
#notification_settings ⇒ NotificationSettings
Returns Notification settings.
39 40 41 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 39 def notification_settings @notification_settings end |
#provisioning_state ⇒ String
Returns The provisioning status of the resource.
48 49 50 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 48 def provisioning_state @provisioning_state end |
#status ⇒ EnableStatus
Disabled). Possible values include: ‘Enabled’, ‘Disabled’
17 18 19 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 17 def status @status end |
#target_resource_id ⇒ String
Returns The resource ID to which the schedule belongs.
45 46 47 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 45 def target_resource_id @target_resource_id end |
#task_type ⇒ String
LabVmsShutdownTask, LabVmAutoStart).
21 22 23 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 21 def task_type @task_type end |
#time_zone_id ⇒ String
Returns The time zone ID (e.g. Pacific Standard time).
36 37 38 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 36 def time_zone_id @time_zone_id end |
#unique_identifier ⇒ String
Returns The unique immutable identifier of a resource (Guid).
51 52 53 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 51 def unique_identifier @unique_identifier end |
#weekly_recurrence ⇒ WeekDetails
week, specify the weekly recurrence.
25 26 27 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 25 def weekly_recurrence @weekly_recurrence end |
Class Method Details
.mapper ⇒ Object
Mapper for Schedule class as Ruby Hash. This will be used for serialization/deserialization.
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 |
# File 'lib/2016-05-15/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 58 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Schedule', type: { name: 'Composite', class_name: 'Schedule', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, status: { client_side_validation: true, required: false, serialized_name: 'properties.status', type: { name: 'String' } }, task_type: { client_side_validation: true, required: false, serialized_name: 'properties.taskType', type: { name: 'String' } }, weekly_recurrence: { client_side_validation: true, required: false, serialized_name: 'properties.weeklyRecurrence', type: { name: 'Composite', class_name: 'WeekDetails' } }, daily_recurrence: { client_side_validation: true, required: false, serialized_name: 'properties.dailyRecurrence', type: { name: 'Composite', class_name: 'DayDetails' } }, hourly_recurrence: { client_side_validation: true, required: false, serialized_name: 'properties.hourlyRecurrence', type: { name: 'Composite', class_name: 'HourDetails' } }, time_zone_id: { client_side_validation: true, required: false, serialized_name: 'properties.timeZoneId', type: { name: 'String' } }, notification_settings: { client_side_validation: true, required: false, serialized_name: 'properties.notificationSettings', type: { name: 'Composite', class_name: 'NotificationSettings' } }, created_date: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.createdDate', type: { name: 'DateTime' } }, target_resource_id: { client_side_validation: true, required: false, serialized_name: 'properties.targetResourceId', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, unique_identifier: { client_side_validation: true, required: false, serialized_name: 'properties.uniqueIdentifier', type: { name: 'String' } } } } } end |