Sha256: b1a4043bd4c186796bbf48261a8688f5b51c2904a7f3af3b740e78b2d9960dfd
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 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 # # Fabric provider specific settings. # class FabricSpecificCreationInput include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["A2A"] = "AzureFabricCreationInput" @@discriminatorMap["VMwareV2"] = "VMwareV2FabricCreationInput" def initialize @instanceType = "FabricSpecificCreationInput" end attr_accessor :instanceType # # Mapper for FabricSpecificCreationInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'FabricSpecificCreationInput', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'FabricSpecificCreationInput', class_name: 'FabricSpecificCreationInput', model_properties: { } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems