Class: Azure::Security::Mgmt::V2020_08_06_preview::Models::PackageDownloadsCentralManagerFull

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2020-08-06-preview/generated/azure_mgmt_security/models/package_downloads_central_manager_full.rb

Overview

Contains full package downloads

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#isoArray<PackageDownloadInfo>

the Central Manager



17
18
19
# File 'lib/2020-08-06-preview/generated/azure_mgmt_security/models/package_downloads_central_manager_full.rb', line 17

def iso
  @iso
end

#ovfPackageDownloadsCentralManagerFullOvf

(virtual machine) full versions of the Central Manager



21
22
23
# File 'lib/2020-08-06-preview/generated/azure_mgmt_security/models/package_downloads_central_manager_full.rb', line 21

def ovf
  @ovf
end

Class Method Details

.mapperObject

Mapper for PackageDownloadsCentralManagerFull 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
60
61
62
63
64
65
66
67
68
# File 'lib/2020-08-06-preview/generated/azure_mgmt_security/models/package_downloads_central_manager_full.rb', line 28

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'PackageDownloads_centralManager_full',
    type: {
      name: 'Composite',
      class_name: 'PackageDownloadsCentralManagerFull',
      model_properties: {
        iso: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'iso',
          type: {
            name: 'Sequence',
            element: {
                client_side_validation: true,
                required: false,
                serialized_name: 'PackageDownloadInfoElementType',
                type: {
                  name: 'Composite',
                  class_name: 'PackageDownloadInfo'
                }
            }
          }
        },
        ovf: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'ovf',
          type: {
            name: 'Composite',
            class_name: 'PackageDownloadsCentralManagerFullOvf'
          }
        }
      }
    }
  }
end