Class: Azure::StorageCache::Mgmt::V2020_10_01::Models::CacheSecuritySettings
- Inherits:
-
Object
- Object
- Azure::StorageCache::Mgmt::V2020_10_01::Models::CacheSecuritySettings
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-10-01/generated/azure_mgmt_storagecache/models/cache_security_settings.rb
Overview
Cache security settings.
Instance Attribute Summary collapse
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for CacheSecuritySettings class as Ruby Hash.
Instance Attribute Details
#access_policies ⇒ Array<NfsAccessPolicy>
cache.
17 18 19 |
# File 'lib/2020-10-01/generated/azure_mgmt_storagecache/models/cache_security_settings.rb', line 17 def access_policies @access_policies end |
Class Method Details
.mapper ⇒ Object
Mapper for CacheSecuritySettings 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 46 47 48 49 50 51 52 53 |
# File 'lib/2020-10-01/generated/azure_mgmt_storagecache/models/cache_security_settings.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'CacheSecuritySettings', type: { name: 'Composite', class_name: 'CacheSecuritySettings', model_properties: { access_policies: { client_side_validation: true, required: false, serialized_name: 'accessPolicies', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'NfsAccessPolicyElementType', type: { name: 'Composite', class_name: 'NfsAccessPolicy' } } } } } } } end |