Sha256: 9a64f11eee1f9889c5df83c15f898249998020e8f021ca05912f0c6721caba38
Contents?: true
Size: 1.32 KB
Versions: 4
Compression:
Stored size: 1.32 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::RecoveryServicesSiteRecovery::Mgmt::V2018_01_10 module Models # # Replication provider specific recovery point details. # class ProviderSpecificRecoveryPointDetails include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["A2A"] = "A2ARecoveryPointDetails" @@discriminatorMap["InMageAzureV2"] = "InMageAzureV2RecoveryPointDetails" def initialize @instanceType = "ProviderSpecificRecoveryPointDetails" end attr_accessor :instanceType # # Mapper for ProviderSpecificRecoveryPointDetails class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ProviderSpecificRecoveryPointDetails', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'ProviderSpecificRecoveryPointDetails', class_name: 'ProviderSpecificRecoveryPointDetails', model_properties: { } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems