Sha256: 94f966895a5115c5e8262fa5bbc70ceca836e30318b41593714ce9e3dbf0e1cf
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 # # E2A Network Mapping fabric specific settings. # class VmmToAzureNetworkMappingSettings < NetworkMappingFabricSpecificSettings include MsRestAzure def initialize @instanceType = "VmmToAzure" end attr_accessor :instanceType # # Mapper for VmmToAzureNetworkMappingSettings class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VmmToAzure', type: { name: 'Composite', class_name: 'VmmToAzureNetworkMappingSettings', model_properties: { instanceType: { client_side_validation: true, required: true, serialized_name: 'instanceType', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems