Sha256: 7e3008995d7ba51c9b37b134ad493fc6097a64cd7c5dc86d9b165694124e9917
Contents?: true
Size: 1.24 KB
Versions: 5
Compression:
Stored size: 1.24 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["Azure"] = "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() { client_side_validation: true, 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
5 entries across 5 versions & 1 rubygems