Sha256: 71d55b1994c1e7893124b62388a2568b03388606cf016c477c88fe14e4b2e8f4
Contents?: true
Size: 1.43 KB
Versions: 4
Compression:
Stored size: 1.43 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 # # 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() { client_side_validation: true, 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
4 entries across 4 versions & 1 rubygems