Sha256: 736e25673f08a989f4e59ba6a9de78c2225d3a68fb160cb3624ba3c1b59e42ca
Contents?: true
Size: 1.29 KB
Versions: 4
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::V2018_01_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
4 entries across 4 versions & 1 rubygems