Class: Azure::StorageCache::Mgmt::V2020_03_01::Models::CacheSecuritySettings
- Inherits:
-
Object
- Object
- Azure::StorageCache::Mgmt::V2020_03_01::Models::CacheSecuritySettings
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-03-01/generated/azure_mgmt_storagecache/models/cache_security_settings.rb
Overview
Cache security settings.
Instance Attribute Summary collapse
-
#root_squash ⇒ Boolean
Root squash of cache property.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for CacheSecuritySettings class as Ruby Hash.
Instance Attribute Details
#root_squash ⇒ Boolean
Returns root squash of cache property.
16 17 18 |
# File 'lib/2020-03-01/generated/azure_mgmt_storagecache/models/cache_security_settings.rb', line 16 def root_squash @root_squash end |
Class Method Details
.mapper ⇒ Object
Mapper for CacheSecuritySettings class as Ruby Hash. This will be used for serialization/deserialization.
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# File 'lib/2020-03-01/generated/azure_mgmt_storagecache/models/cache_security_settings.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CacheSecuritySettings', type: { name: 'Composite', class_name: 'CacheSecuritySettings', model_properties: { root_squash: { client_side_validation: true, required: false, serialized_name: 'rootSquash', type: { name: 'Boolean' } } } } } end |