Sha256: e9066b179694a7fa6c47b966b62e97fdfa4fd7d36fbeb01866fadc366033624c
Contents?: true
Size: 1.29 KB
Versions: 6
Compression:
Stored size: 1.29 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 # # Update network mapping input. # class UpdateNetworkMappingInput include MsRestAzure # @return [UpdateNetworkMappingInputProperties] The input properties # needed to update network mapping. attr_accessor :properties # # Mapper for UpdateNetworkMappingInput class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'UpdateNetworkMappingInput', type: { name: 'Composite', class_name: 'UpdateNetworkMappingInput', model_properties: { properties: { client_side_validation: true, required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'UpdateNetworkMappingInputProperties' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems