Sha256: 588bf8451f2951ec88447deb6ffd14197e77b2e9f921910ebe862272b53b4119

Contents?: true

Size: 1.26 KB

Versions: 4

Compression:

Stored size: 1.26 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::StorageCache::Mgmt::V2020_03_01
  module Models
    #
    # Cache encryption settings.
    #
    class CacheEncryptionSettings

      include MsRestAzure

      # @return [KeyVaultKeyReference] Specifies the location of the key
      # encryption key in Key Vault.
      attr_accessor :key_encryption_key


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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
azure_mgmt_storagecache-0.19.1 lib/2020-03-01/generated/azure_mgmt_storagecache/models/cache_encryption_settings.rb
azure_mgmt_storagecache-0.19.0 lib/2020-03-01/generated/azure_mgmt_storagecache/models/cache_encryption_settings.rb
azure_mgmt_storagecache-0.18.1 lib/2020-03-01/generated/azure_mgmt_storagecache/models/cache_encryption_settings.rb
azure_mgmt_storagecache-0.18.0 lib/2020-03-01/generated/azure_mgmt_storagecache/models/cache_encryption_settings.rb