Sha256: da92cd9abcd731ac31ef904819f29b5383d1bad41841a024bf02925f8cfa38d0
Contents?: true
Size: 1.59 KB
Versions: 2
Compression:
Stored size: 1.59 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::V2016_08_10 module Models # # Recovery plan provider specific failover input base class. # class RecoveryPlanProviderSpecificFailoverInput include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["HyperVReplicaAzure"] = "RecoveryPlanHyperVReplicaAzureFailoverInput" @@discriminatorMap["HyperVReplicaAzureFailback"] = "RecoveryPlanHyperVReplicaAzureFailbackInput" @@discriminatorMap["InMageAzureV2"] = "RecoveryPlanInMageAzureV2FailoverInput" @@discriminatorMap["InMage"] = "RecoveryPlanInMageFailoverInput" @@discriminatorMap["A2A"] = "RecoveryPlanA2AFailoverInput" def initialize @instanceType = "RecoveryPlanProviderSpecificFailoverInput" end attr_accessor :instanceType # # Mapper for RecoveryPlanProviderSpecificFailoverInput class as Ruby # Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'RecoveryPlanProviderSpecificFailoverInput', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'RecoveryPlanProviderSpecificFailoverInput', class_name: 'RecoveryPlanProviderSpecificFailoverInput', model_properties: { } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems