Class: Azure::RecoveryServicesBackup::Mgmt::V2016_06_01::Models::RecoveryPoint
- Inherits:
-
Object
- Object
- Azure::RecoveryServicesBackup::Mgmt::V2016_06_01::Models::RecoveryPoint
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/models/recovery_point.rb
Overview
The base class for backup copies. Workload-specific backup copies are derived from this class.
Direct Known Subclasses
Constant Summary collapse
- @@discriminatorMap =
Hash.new
Instance Attribute Summary collapse
-
#objectType ⇒ Object
Returns the value of attribute objectType.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for RecoveryPoint class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ RecoveryPoint
constructor
A new instance of RecoveryPoint.
Constructor Details
#initialize ⇒ RecoveryPoint
Returns a new instance of RecoveryPoint.
24 25 26 |
# File 'lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/models/recovery_point.rb', line 24 def initialize @objectType = "RecoveryPoint" end |
Instance Attribute Details
#objectType ⇒ Object
Returns the value of attribute objectType.
28 29 30 |
# File 'lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/models/recovery_point.rb', line 28 def objectType @objectType end |
Class Method Details
.mapper ⇒ Object
Mapper for RecoveryPoint class as Ruby Hash. This will be used for serialization/deserialization.
35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
# File 'lib/2016-06-01/generated/azure_mgmt_recovery_services_backup/models/recovery_point.rb', line 35 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RecoveryPoint', type: { name: 'Composite', polymorphic_discriminator: 'objectType', uber_parent: 'RecoveryPoint', class_name: 'RecoveryPoint', model_properties: { } } } end |