Sha256: baef1c8e7e6911f8673f49d70fc4e800b279ddf4c911fec48cd874d9d00e2f59
Contents?: true
Size: 1.23 KB
Versions: 4
Compression:
Stored size: 1.23 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 # # Provider specific switch protection input. # class SwitchProtectionProviderSpecificInput include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["A2A"] = "A2ASwitchProtectionInput" def initialize @instanceType = "SwitchProtectionProviderSpecificInput" end attr_accessor :instanceType # # Mapper for SwitchProtectionProviderSpecificInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SwitchProtectionProviderSpecificInput', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'SwitchProtectionProviderSpecificInput', class_name: 'SwitchProtectionProviderSpecificInput', model_properties: { } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems