Class: Azure::Compute::Mgmt::V2019_03_01::Models::ScheduledEventsProfile
- Inherits:
-
Object
- Object
- Azure::Compute::Mgmt::V2019_03_01::Models::ScheduledEventsProfile
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-03-01/generated/azure_mgmt_compute/models/scheduled_events_profile.rb
Overview
Model object.
Instance Attribute Summary collapse
-
#terminate_notification_profile ⇒ TerminateNotificationProfile
Event related configurations.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ScheduledEventsProfile class as Ruby Hash.
Instance Attribute Details
#terminate_notification_profile ⇒ TerminateNotificationProfile
Event related configurations.
18 19 20 |
# File 'lib/2019-03-01/generated/azure_mgmt_compute/models/scheduled_events_profile.rb', line 18 def terminate_notification_profile @terminate_notification_profile end |
Class Method Details
.mapper ⇒ Object
Mapper for ScheduledEventsProfile class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/2019-03-01/generated/azure_mgmt_compute/models/scheduled_events_profile.rb', line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ScheduledEventsProfile', type: { name: 'Composite', class_name: 'ScheduledEventsProfile', model_properties: { terminate_notification_profile: { client_side_validation: true, required: false, serialized_name: 'terminateNotificationProfile', type: { name: 'Composite', class_name: 'TerminateNotificationProfile' } } } } } end |