Class: Azure::ARM::DevTestLabs::Models::Schedule
- Inherits:
-
MsRestAzure::Resource
- Object
- MsRestAzure::Resource
- Azure::ARM::DevTestLabs::Models::Schedule
- Includes:
- MsRest::JSONable, MsRestAzure
- Defined in:
- lib/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.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for Schedule class as Ruby Hash.
Instance Attribute Details
#created_date ⇒ DateTime
43 44 45 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 43 def created_date @created_date end |
#daily_recurrence ⇒ DayDetails
week, specify the daily recurrence.
30 31 32 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 30 def daily_recurrence @daily_recurrence end |
#hourly_recurrence ⇒ HourDetails
specify the hourly recurrence.
34 35 36 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 34 def hourly_recurrence @hourly_recurrence end |
#notification_settings ⇒ NotificationSettings
40 41 42 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 40 def notification_settings @notification_settings end |
#provisioning_state ⇒ String
49 50 51 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 49 def provisioning_state @provisioning_state end |
#status ⇒ EnableStatus
Disabled). Possible values include: ‘Enabled’, ‘Disabled’
18 19 20 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 18 def status @status end |
#target_resource_id ⇒ String
46 47 48 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 46 def target_resource_id @target_resource_id end |
#task_type ⇒ String
LabVmsShutdownTask, LabVmAutoStart).
22 23 24 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 22 def task_type @task_type end |
#time_zone_id ⇒ String
37 38 39 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 37 def time_zone_id @time_zone_id end |
#unique_identifier ⇒ String
52 53 54 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 52 def unique_identifier @unique_identifier end |
#weekly_recurrence ⇒ WeekDetails
week, specify the weekly recurrence.
26 27 28 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 26 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.
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 |
# File 'lib/generated/azure_mgmt_devtestlabs/models/schedule.rb', line 59 def self.mapper() { required: false, serialized_name: 'Schedule', type: { name: 'Composite', class_name: 'Schedule', model_properties: { id: { required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { required: false, serialized_name: 'location', type: { name: 'String' } }, tags: { required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, status: { required: false, serialized_name: 'properties.status', type: { name: 'String' } }, task_type: { required: false, serialized_name: 'properties.taskType', type: { name: 'String' } }, weekly_recurrence: { required: false, serialized_name: 'properties.weeklyRecurrence', type: { name: 'Composite', class_name: 'WeekDetails' } }, daily_recurrence: { required: false, serialized_name: 'properties.dailyRecurrence', type: { name: 'Composite', class_name: 'DayDetails' } }, hourly_recurrence: { required: false, serialized_name: 'properties.hourlyRecurrence', type: { name: 'Composite', class_name: 'HourDetails' } }, time_zone_id: { required: false, serialized_name: 'properties.timeZoneId', type: { name: 'String' } }, notification_settings: { required: false, serialized_name: 'properties.notificationSettings', type: { name: 'Composite', class_name: 'NotificationSettings' } }, created_date: { required: false, read_only: true, serialized_name: 'properties.createdDate', type: { name: 'DateTime' } }, target_resource_id: { required: false, serialized_name: 'properties.targetResourceId', type: { name: 'String' } }, provisioning_state: { required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, unique_identifier: { required: false, serialized_name: 'properties.uniqueIdentifier', type: { name: 'String' } } } } } end |