Sha256: e2d99a931bbb6ae99bd0ee4e68735e691da0ad237ee4452844de7a7fbe95cfd0
Contents?: true
Size: 1.73 KB
Versions: 5
Compression:
Stored size: 1.73 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::V2018_03_01 module Models # # Parameters for Redis export operation. # class ExportRDBParameters include MsRestAzure # @return [String] File format. attr_accessor :format # @return [String] Prefix to use for exported files. attr_accessor :prefix # @return [String] Container name to export to. attr_accessor :container # # Mapper for ExportRDBParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ExportRDBParameters', type: { name: 'Composite', class_name: 'ExportRDBParameters', model_properties: { format: { client_side_validation: true, required: false, serialized_name: 'format', type: { name: 'String' } }, prefix: { client_side_validation: true, required: true, serialized_name: 'prefix', type: { name: 'String' } }, container: { client_side_validation: true, required: true, serialized_name: 'container', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems