Class: Azure::Security::Mgmt::V2020_01_01::Models::SecuritySolutionsReferenceData
- Inherits:
-
Object
- Object
- Azure::Security::Mgmt::V2020_01_01::Models::SecuritySolutionsReferenceData
- Includes:
- MsRestAzure
- Defined in:
- lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb
Overview
Model object.
Instance Attribute Summary collapse
-
#alert_vendor_name ⇒ String
The security solutions’ vendor name.
-
#id ⇒ String
Resource Id.
-
#location ⇒ String
Location where the resource is stored.
-
#name ⇒ String
Resource name.
-
#package_info_url ⇒ String
The security solutions’ package info url.
-
#product_name ⇒ String
The security solutions’ product name.
-
#publisher ⇒ String
The security solutions’ publisher.
-
#publisher_display_name ⇒ String
The security solutions’ publisher display name.
-
#security_family ⇒ SecurityFamily
Possible values include: ‘Waf’, ‘Ngfw’, ‘SaasWaf’, ‘Va’.
-
#template ⇒ String
The security solutions’ template.
-
#type ⇒ String
Resource type.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for SecuritySolutionsReferenceData class as Ruby Hash.
Instance Attribute Details
#alert_vendor_name ⇒ String
Returns The security solutions’ vendor name.
33 34 35 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb', line 33 def alert_vendor_name @alert_vendor_name end |
#id ⇒ String
Returns Resource Id.
17 18 19 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb', line 17 def id @id end |
#location ⇒ String
Returns Location where the resource is stored.
26 27 28 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb', line 26 def location @location end |
#name ⇒ String
Returns Resource name.
20 21 22 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb', line 20 def name @name end |
#package_info_url ⇒ String
Returns The security solutions’ package info url.
36 37 38 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb', line 36 def package_info_url @package_info_url end |
#product_name ⇒ String
Returns The security solutions’ product name.
39 40 41 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb', line 39 def product_name @product_name end |
#publisher ⇒ String
Returns The security solutions’ publisher.
42 43 44 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb', line 42 def publisher @publisher end |
#publisher_display_name ⇒ String
Returns The security solutions’ publisher display name.
45 46 47 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb', line 45 def publisher_display_name @publisher_display_name end |
#security_family ⇒ SecurityFamily
Possible values include: ‘Waf’, ‘Ngfw’, ‘SaasWaf’, ‘Va’
30 31 32 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb', line 30 def security_family @security_family end |
#template ⇒ String
Returns The security solutions’ template.
48 49 50 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb', line 48 def template @template end |
#type ⇒ String
Returns Resource type.
23 24 25 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb', line 23 def type @type end |
Class Method Details
.mapper ⇒ Object
Mapper for SecuritySolutionsReferenceData class as Ruby Hash. This will be used for serialization/deserialization.
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 |
# File 'lib/2020-01-01/generated/azure_mgmt_security/models/security_solutions_reference_data.rb', line 55 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'securitySolutionsReferenceData', type: { name: 'Composite', class_name: 'SecuritySolutionsReferenceData', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: false, read_only: true, serialized_name: 'location', type: { name: 'String' } }, security_family: { client_side_validation: true, required: true, serialized_name: 'properties.securityFamily', type: { name: 'String' } }, alert_vendor_name: { client_side_validation: true, required: true, serialized_name: 'properties.alertVendorName', type: { name: 'String' } }, package_info_url: { client_side_validation: true, required: true, serialized_name: 'properties.packageInfoUrl', type: { name: 'String' } }, product_name: { client_side_validation: true, required: true, serialized_name: 'properties.productName', type: { name: 'String' } }, publisher: { client_side_validation: true, required: true, serialized_name: 'properties.publisher', type: { name: 'String' } }, publisher_display_name: { client_side_validation: true, required: true, serialized_name: 'properties.publisherDisplayName', type: { name: 'String' } }, template: { client_side_validation: true, required: true, serialized_name: 'properties.template', type: { name: 'String' } } } } } end |