Sha256: 5d69f8df577f590d55821618ced3271e703376a35b017da6108753c0ed5a77cd
Contents?: true
Size: 1.24 KB
Versions: 6
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::V2016_08_10 module Models # # Storage mapping input properties. # class StorageMappingInputProperties include MsRestAzure # @return [String] The ID of the storage object. attr_accessor :target_storage_classification_id # # Mapper for StorageMappingInputProperties class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'StorageMappingInputProperties', type: { name: 'Composite', class_name: 'StorageMappingInputProperties', model_properties: { target_storage_classification_id: { client_side_validation: true, required: false, serialized_name: 'targetStorageClassificationId', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems