Class: Azure::StorageCache::Mgmt::V2019_11_01::Models::Nfs3Target
- Inherits:
-
Object
- Object
- Azure::StorageCache::Mgmt::V2019_11_01::Models::Nfs3Target
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-11-01/generated/azure_mgmt_storagecache/models/nfs3target.rb
Overview
An NFSv3 mount point for use as a Storage Target.
Instance Attribute Summary collapse
-
#target ⇒ String
10.0.44.44).
-
#usage_model ⇒ String
Storage Target.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for Nfs3Target class as Ruby Hash.
Instance Attribute Details
#target ⇒ String
10.0.44.44).
17 18 19 |
# File 'lib/2019-11-01/generated/azure_mgmt_storagecache/models/nfs3target.rb', line 17 def target @target end |
#usage_model ⇒ String
Storage Target. Get choices from …/usageModels
21 22 23 |
# File 'lib/2019-11-01/generated/azure_mgmt_storagecache/models/nfs3target.rb', line 21 def usage_model @usage_model end |
Class Method Details
.mapper ⇒ Object
Mapper for Nfs3Target class as Ruby Hash. This will be used for serialization/deserialization.
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 54 55 56 57 58 59 |
# File 'lib/2019-11-01/generated/azure_mgmt_storagecache/models/nfs3target.rb', line 28 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'nfs3', type: { name: 'Composite', class_name: 'Nfs3Target', model_properties: { target: { client_side_validation: true, required: false, serialized_name: 'target', constraints: { Pattern: '^[-.0-9a-zA-Z]+$' }, type: { name: 'String' } }, usage_model: { client_side_validation: true, required: false, serialized_name: 'usageModel', type: { name: 'String' } } } } } end |