Sha256: ab9e41826f262e501de6db225ae7f0d76899e0f8f9cce3e2c60f509ea9605a2e
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 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 # # Input details specific to fabrics during Network Mapping. # class FabricSpecificCreateNetworkMappingInput include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["AzureToAzure"] = "AzureToAzureCreateNetworkMappingInput" @@discriminatorMap["VmmToAzure"] = "VmmToAzureCreateNetworkMappingInput" @@discriminatorMap["VmmToVmm"] = "VmmToVmmCreateNetworkMappingInput" def initialize @instanceType = "FabricSpecificCreateNetworkMappingInput" end attr_accessor :instanceType # # Mapper for FabricSpecificCreateNetworkMappingInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'FabricSpecificCreateNetworkMappingInput', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'FabricSpecificCreateNetworkMappingInput', class_name: 'FabricSpecificCreateNetworkMappingInput', model_properties: { } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems