Sha256: f3e2ebb455688c9a3d649f1721657e08efb36990b46fad0ff1589c96c3a78436
Contents?: true
Size: 1.51 KB
Versions: 7
Compression:
Stored size: 1.51 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::Redis::Mgmt::V2017_02_01 module Models # # List of linked server Ids of a Redis cache. # class RedisLinkedServerList include MsRestAzure # @return [Array<RedisLinkedServer>] List of linked server Ids of a Redis # cache. attr_accessor :value # # Mapper for RedisLinkedServerList class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RedisLinkedServerList', type: { name: 'Composite', class_name: 'RedisLinkedServerList', model_properties: { value: { client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'RedisLinkedServerElementType', type: { name: 'Composite', class_name: 'RedisLinkedServer' } } } } } } } end end end end
Version data entries
7 entries across 7 versions & 1 rubygems