Sha256: 3d4cbd7e8fc936371ab4eed81ab296d5e28633fde378d8db638b8bcced434160
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 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::ARM::RecoveryServicesSiteRecovery 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() { required: false, serialized_name: 'StorageMappingInputProperties', type: { name: 'Composite', class_name: 'StorageMappingInputProperties', model_properties: { target_storage_classification_id: { required: false, serialized_name: 'targetStorageClassificationId', type: { name: 'String' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_recovery_services_site_recovery-0.14.0 | lib/generated/azure_mgmt_recovery_services_site_recovery/models/storage_mapping_input_properties.rb |