Sha256: 74ea22669bbf75eb6e3c4ce0c7b89a7267df21c1de14a618f0c22e21bb82ad0e

Contents?: true

Size: 1.72 KB

Versions: 28

Compression:

Stored size: 1.72 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::Storage::Mgmt::V2018_02_01
  module Models
    #
    # The capability information in the specified sku, including file
    # encryption, network acls, change notification, etc.
    #
    class SKUCapability

      include MsRestAzure

      # @return [String] The name of capability, The capability information in
      # the specified sku, including file encryption, network acls, change
      # notification, etc.
      attr_accessor :name

      # @return [String] A string value to indicate states of given capability.
      # Possibly 'true' or 'false'.
      attr_accessor :value


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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
azure_mgmt_storage-0.23.0 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.22.0 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.21.2 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.21.1 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.21.0 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.20.1 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.20.0 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.19.3 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.19.2 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.19.1 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.19.0 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.18.2 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.18.1 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.18.0 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.17.10 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.17.9 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.17.8 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.17.7 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.17.6 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb
azure_mgmt_storage-0.17.5 lib/2018-02-01/generated/azure_mgmt_storage/models/skucapability.rb