Class: Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices
- Inherits:
-
Object
- Object
- Azure::Storage::Mgmt::V2016_01_01::Models::EncryptionServices
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-01-01/generated/azure_mgmt_storage/models/encryption_services.rb
Overview
A list of services that support encryption.
Instance Attribute Summary collapse
-
#blob ⇒ EncryptionService
service.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for EncryptionServices class as Ruby Hash.
Instance Attribute Details
#blob ⇒ EncryptionService
service.
17 18 19 |
# File 'lib/2016-01-01/generated/azure_mgmt_storage/models/encryption_services.rb', line 17 def blob @blob end |
Class Method Details
.mapper ⇒ Object
Mapper for EncryptionServices class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/2016-01-01/generated/azure_mgmt_storage/models/encryption_services.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'EncryptionServices', type: { name: 'Composite', class_name: 'EncryptionServices', model_properties: { blob: { client_side_validation: true, required: false, serialized_name: 'blob', type: { name: 'Composite', class_name: 'EncryptionService' } } } } } end |