Sha256: 24db7d32a9895d50dfdd54bbfc7acc8b377fca67371e1f3584a74f1df1a98059
Contents?: true
Size: 1.86 KB
Versions: 4
Compression:
Stored size: 1.86 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::StorageCache::Mgmt::V2020_03_01 module Models # # Resource used by a Cache. # class StorageTargetResource include MsRestAzure # @return [String] Name of the Storage Target. attr_accessor :name # @return [String] Resource ID of the Storage Target. attr_accessor :id # @return [String] Type of the Storage Target; # Microsoft.StorageCache/Cache/StorageTarget attr_accessor :type # # Mapper for StorageTargetResource class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'StorageTargetResource', type: { name: 'Composite', class_name: 'StorageTargetResource', model_properties: { name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems