Sha256: ad7409ebf2e4e77ac9d1fe2d14f8b45841c8c1a5ae73a58a4e0a1b55db766b3e
Contents?: true
Size: 1.43 KB
Versions: 6
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::V2016_08_10 module Models # # Input details specific to fabrics during Network Mapping. # class FabricSpecificUpdateNetworkMappingInput include MsRestAzure @@discriminatorMap = Hash.new @@discriminatorMap["AzureToAzure"] = "AzureToAzureUpdateNetworkMappingInput" @@discriminatorMap["VmmToAzure"] = "VmmToAzureUpdateNetworkMappingInput" @@discriminatorMap["VmmToVmm"] = "VmmToVmmUpdateNetworkMappingInput" def initialize @instanceType = "FabricSpecificUpdateNetworkMappingInput" end attr_accessor :instanceType # # Mapper for FabricSpecificUpdateNetworkMappingInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FabricSpecificUpdateNetworkMappingInput', type: { name: 'Composite', polymorphic_discriminator: 'instanceType', uber_parent: 'FabricSpecificUpdateNetworkMappingInput', class_name: 'FabricSpecificUpdateNetworkMappingInput', model_properties: { } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems