Class: Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::FileSourceInfo
- Inherits:
-
Object
- Object
- Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::FileSourceInfo
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-08-01/generated/azure_mgmt_databoxedge/models/file_source_info.rb
Overview
File source details.
Instance Attribute Summary collapse
-
#share_id ⇒ String
File share ID.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for FileSourceInfo class as Ruby Hash.
Instance Attribute Details
#share_id ⇒ String
Returns File share ID.
16 17 18 |
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/file_source_info.rb', line 16 def share_id @share_id end |
Class Method Details
.mapper ⇒ Object
Mapper for FileSourceInfo 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/2019-08-01/generated/azure_mgmt_databoxedge/models/file_source_info.rb', line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'FileSourceInfo', type: { name: 'Composite', class_name: 'FileSourceInfo', model_properties: { share_id: { client_side_validation: true, required: true, serialized_name: 'shareId', type: { name: 'String' } } } } } end |