Class: Azure::ServiceFabric::V6_5_0_36::Models::BackupScheduleDescription
- Inherits:
-
Object
- Object
- Azure::ServiceFabric::V6_5_0_36::Models::BackupScheduleDescription
- Includes:
- MsRestAzure
- Defined in:
- lib/6.5.0.36/generated/azure_service_fabric/models/backup_schedule_description.rb
Overview
Describes the backup schedule parameters.
Direct Known Subclasses
FrequencyBasedBackupScheduleDescription, TimeBasedBackupScheduleDescription
Constant Summary collapse
- @@discriminatorMap =
Hash.new
Instance Attribute Summary collapse
-
#ScheduleKind ⇒ Object
Returns the value of attribute ScheduleKind.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for BackupScheduleDescription class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ BackupScheduleDescription
constructor
A new instance of BackupScheduleDescription.
Constructor Details
#initialize ⇒ BackupScheduleDescription
Returns a new instance of BackupScheduleDescription.
19 20 21 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/backup_schedule_description.rb', line 19 def initialize @ScheduleKind = "BackupScheduleDescription" end |
Instance Attribute Details
#ScheduleKind ⇒ Object
Returns the value of attribute ScheduleKind.
23 24 25 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/backup_schedule_description.rb', line 23 def ScheduleKind @ScheduleKind end |
Class Method Details
.mapper ⇒ Object
Mapper for BackupScheduleDescription class as Ruby Hash. This will be used for serialization/deserialization.
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/backup_schedule_description.rb', line 30 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'BackupScheduleDescription', type: { name: 'Composite', polymorphic_discriminator: 'ScheduleKind', uber_parent: 'BackupScheduleDescription', class_name: 'BackupScheduleDescription', model_properties: { } } } end |