Sha256: 33476d14309582e84e7eac4ff1dc648cdef5b9b850c06d047403b6fa05e0bcbb
Contents?: true
Size: 1.87 KB
Versions: 9
Compression:
Stored size: 1.87 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::RecoveryServices::Mgmt::V2016_06_01 module Models # # Class to represent shoebox log specification in json client discovery. # class ClientDiscoveryForLogSpecification include MsRestAzure # @return [String] Name of the log. attr_accessor :name # @return [String] Localized display name attr_accessor :display_name # @return [String] Blobs created in customer storage account per hour attr_accessor :blob_duration # # Mapper for ClientDiscoveryForLogSpecification class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ClientDiscoveryForLogSpecification', type: { name: 'Composite', class_name: 'ClientDiscoveryForLogSpecification', model_properties: { name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, display_name: { client_side_validation: true, required: false, serialized_name: 'displayName', type: { name: 'String' } }, blob_duration: { client_side_validation: true, required: false, serialized_name: 'blobDuration', type: { name: 'String' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems