class Azure::StorageCache::Mgmt::V2020_03_01::Models::CacheSecuritySettings
Cache
security settings.
Attributes
root_squash[RW]
@return [Boolean] root squash of cache property.
Public Class Methods
mapper()
click to toggle source
Mapper for CacheSecuritySettings
class as Ruby Hash. This will be used for serialization/deserialization.
# 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