Sha256: 3c75740b9a7aeb683cf7aa49b18eac61b8ec820a099b1db4fbd20e40b743c053
Contents?: true
Size: 1.63 KB
Versions: 6
Compression:
Stored size: 1.63 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() { client_side_validation: true, 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
6 entries across 6 versions & 1 rubygems