Sha256: 65886c918811db5ea965d962d72af482507494f9f7f3ea715292bfbeef4e7135
Contents?: true
Size: 1.24 KB
Versions: 4
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::V2018_01_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
4 entries across 4 versions & 1 rubygems