Sha256: 3b66d7382950143ffb39d77c7a1735121e7739cf07f15e748664b631ebd7b28e
Contents?: true
Size: 1.23 KB
Versions: 1
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::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() { 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_recovery_services_site_recovery-0.15.2 | lib/2016-08-10/generated/azure_mgmt_recovery_services_site_recovery/models/fabric_specific_creation_input.rb |