Sha256: 8b14db2c4ed59b7bcf1e635a609a703c66b06ca8081b4e4ab31c3187352c9512

Contents?: true

Size: 1.5 KB

Versions: 2

Compression:

Stored size: 1.5 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::ServiceFabric::V7_0_0_42
  module Models
    #
    # Information about how much space and how many files in the file system
    # the ImageStore is using in this category
    #
    class UsageInfo

      include MsRestAzure

      # @return [String] the size of all files in this category
      attr_accessor :used_space

      # @return [String] the number of all files in this category
      attr_accessor :file_count


      #
      # Mapper for UsageInfo class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'UsageInfo',
          type: {
            name: 'Composite',
            class_name: 'UsageInfo',
            model_properties: {
              used_space: {
                client_side_validation: true,
                required: false,
                serialized_name: 'UsedSpace',
                type: {
                  name: 'String'
                }
              },
              file_count: {
                client_side_validation: true,
                required: false,
                serialized_name: 'FileCount',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_service_fabric-0.18.1 lib/7.0.0.42/generated/azure_service_fabric/models/usage_info.rb
azure_service_fabric-0.18.0 lib/7.0.0.42/generated/azure_service_fabric/models/usage_info.rb