Class: Azure::RecoveryServicesBackup::Mgmt::V2019_06_15::Models::RecoveryPoint
- Inherits:
-
Object
- Object
- Azure::RecoveryServicesBackup::Mgmt::V2019_06_15::Models::RecoveryPoint
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-06-15/generated/azure_mgmt_recovery_services_backup/models/recovery_point.rb
Overview
Base class for backup copies. Workload-specific backup copies are derived from this class.
Direct Known Subclasses
AzureFileShareRecoveryPoint, AzureWorkloadRecoveryPoint, GenericRecoveryPoint, IaasVMRecoveryPoint
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.
27 28 29 |
# File 'lib/2019-06-15/generated/azure_mgmt_recovery_services_backup/models/recovery_point.rb', line 27 def initialize @objectType = "RecoveryPoint" end |
Instance Attribute Details
#objectType ⇒ Object
Returns the value of attribute objectType.
31 32 33 |
# File 'lib/2019-06-15/generated/azure_mgmt_recovery_services_backup/models/recovery_point.rb', line 31 def objectType @objectType end |
Class Method Details
.mapper ⇒ Object
Mapper for RecoveryPoint class as Ruby Hash. This will be used for serialization/deserialization.
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
# File 'lib/2019-06-15/generated/azure_mgmt_recovery_services_backup/models/recovery_point.rb', line 38 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 |