Class: Azure::DataBoxEdge::Mgmt::V2019_08_01::Models::DataBoxEdgeDevicePatch

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2019-08-01/generated/azure_mgmt_databoxedge/models/data_box_edge_device_patch.rb

Overview

The Data Box Edge/Gateway device patch.

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#tagsHash{String => String}

Edge/Gateway resource.

Returns:

  • (Hash{String => String})

    The tags attached to the Data Box



17
18
19
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/data_box_edge_device_patch.rb', line 17

def tags
  @tags
end

Class Method Details

.mapperObject

Mapper for DataBoxEdgeDevicePatch 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
# File 'lib/2019-08-01/generated/azure_mgmt_databoxedge/models/data_box_edge_device_patch.rb', line 24

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'DataBoxEdgeDevicePatch',
    type: {
      name: 'Composite',
      class_name: 'DataBoxEdgeDevicePatch',
      model_properties: {
        tags: {
          client_side_validation: true,
          required: false,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        }
      }
    }
  }
end