azure_mgmt_advisor 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor.rb +41 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/advisor_management_client.rb +140 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/models/category.rb +18 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/models/impact.rb +17 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/models/operation_display_info.rb +80 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/models/operation_entity.rb +58 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/models/operation_entity_list_result.rb +98 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/models/resource.rb +111 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/models/resource_recommendation_base.rb +201 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/models/resource_recommendation_base_list_result.rb +99 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/models/risk.rb +17 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/models/short_description.rb +59 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/models/suppression_contract.rb +109 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/module_definition.rb +9 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/operations.rb +215 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/recommendations.rb +503 -0
- data/lib/2016-07-12-preview/generated/azure_mgmt_advisor/suppressions.rb +437 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor.rb +41 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/advisor_management_client.rb +140 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/models/category.rb +18 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/models/impact.rb +17 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/models/operation_display_info.rb +80 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/models/operation_entity.rb +58 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/models/operation_entity_list_result.rb +98 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/models/resource.rb +80 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/models/resource_recommendation_base.rb +193 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/models/resource_recommendation_base_list_result.rb +99 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/models/risk.rb +17 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/models/short_description.rb +59 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/models/suppression_contract.rb +85 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/module_definition.rb +9 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/operations.rb +215 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/recommendations.rb +503 -0
- data/lib/2017-03-31/generated/azure_mgmt_advisor/suppressions.rb +437 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor.rb +47 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/advisor_management_client.rb +144 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/configurations.rb +535 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/armerror_response_body.rb +59 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/category.rb +18 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/config_data.rb +80 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/config_data_properties.rb +79 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/configuration_list_result.rb +98 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/impact.rb +17 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/operation_display_info.rb +80 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/operation_entity.rb +58 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/operation_entity_list_result.rb +98 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/resource.rb +80 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/resource_recommendation_base.rb +212 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/resource_recommendation_base_list_result.rb +99 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/risk.rb +17 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/short_description.rb +59 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/suppression_contract.rb +85 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/models/suppression_contract_list_result.rb +98 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/module_definition.rb +9 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/operations.rb +215 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/recommendations.rb +503 -0
- data/lib/2017-04-19/generated/azure_mgmt_advisor/suppressions.rb +553 -0
- data/lib/azure_mgmt_advisor.rb +8 -0
- data/lib/module_definition.rb +7 -0
- data/lib/profiles/latest/advisor_latest_profile_client.rb +40 -0
- data/lib/profiles/latest/advisor_module_definition.rb +8 -0
- data/lib/profiles/latest/modules/advisor_profile_module.rb +131 -0
- data/lib/version.rb +7 -0
- metadata +182 -0
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Advisor::Mgmt::V2017_03_31
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Advisor Recommendation.
|
|
10
|
+
#
|
|
11
|
+
class ResourceRecommendationBase < Resource
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [Category] The category of the recommendation. Possible values
|
|
16
|
+
# include: 'HighAvailability', 'Security', 'Performance', 'Cost'
|
|
17
|
+
attr_accessor :category
|
|
18
|
+
|
|
19
|
+
# @return [Impact] The business impact of the recommendation. Possible
|
|
20
|
+
# values include: 'High', 'Medium', 'Low'
|
|
21
|
+
attr_accessor :impact
|
|
22
|
+
|
|
23
|
+
# @return [String] The resource type identified by Advisor.
|
|
24
|
+
attr_accessor :impacted_field
|
|
25
|
+
|
|
26
|
+
# @return [String] The resource identified by Advisor.
|
|
27
|
+
attr_accessor :impacted_value
|
|
28
|
+
|
|
29
|
+
# @return [DateTime] The most recent time that Advisor checked the
|
|
30
|
+
# validity of the recommendation.
|
|
31
|
+
attr_accessor :last_updated
|
|
32
|
+
|
|
33
|
+
# @return The recommendation metadata.
|
|
34
|
+
attr_accessor :metadata
|
|
35
|
+
|
|
36
|
+
# @return [String] The recommendation-type GUID.
|
|
37
|
+
attr_accessor :recommendation_type_id
|
|
38
|
+
|
|
39
|
+
# @return [Risk] The potential risk of not implementing the
|
|
40
|
+
# recommendation. Possible values include: 'Error', 'Warning', 'None'
|
|
41
|
+
attr_accessor :risk
|
|
42
|
+
|
|
43
|
+
# @return [ShortDescription] A summary of the recommendation.
|
|
44
|
+
attr_accessor :short_description
|
|
45
|
+
|
|
46
|
+
# @return The list of snoozed and dismissed rules for the recommendation.
|
|
47
|
+
attr_accessor :suppression_ids
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
#
|
|
51
|
+
# Mapper for ResourceRecommendationBase class as Ruby Hash.
|
|
52
|
+
# This will be used for serialization/deserialization.
|
|
53
|
+
#
|
|
54
|
+
def self.mapper()
|
|
55
|
+
{
|
|
56
|
+
client_side_validation: true,
|
|
57
|
+
required: false,
|
|
58
|
+
serialized_name: 'ResourceRecommendationBase',
|
|
59
|
+
type: {
|
|
60
|
+
name: 'Composite',
|
|
61
|
+
class_name: 'ResourceRecommendationBase',
|
|
62
|
+
model_properties: {
|
|
63
|
+
id: {
|
|
64
|
+
client_side_validation: true,
|
|
65
|
+
required: false,
|
|
66
|
+
read_only: true,
|
|
67
|
+
serialized_name: 'id',
|
|
68
|
+
type: {
|
|
69
|
+
name: 'String'
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
name: {
|
|
73
|
+
client_side_validation: true,
|
|
74
|
+
required: false,
|
|
75
|
+
read_only: true,
|
|
76
|
+
serialized_name: 'name',
|
|
77
|
+
type: {
|
|
78
|
+
name: 'String'
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
type: {
|
|
82
|
+
client_side_validation: true,
|
|
83
|
+
required: false,
|
|
84
|
+
read_only: true,
|
|
85
|
+
serialized_name: 'type',
|
|
86
|
+
type: {
|
|
87
|
+
name: 'String'
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
category: {
|
|
91
|
+
client_side_validation: true,
|
|
92
|
+
required: false,
|
|
93
|
+
serialized_name: 'properties.category',
|
|
94
|
+
type: {
|
|
95
|
+
name: 'String'
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
impact: {
|
|
99
|
+
client_side_validation: true,
|
|
100
|
+
required: false,
|
|
101
|
+
serialized_name: 'properties.impact',
|
|
102
|
+
type: {
|
|
103
|
+
name: 'String'
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
impacted_field: {
|
|
107
|
+
client_side_validation: true,
|
|
108
|
+
required: false,
|
|
109
|
+
serialized_name: 'properties.impactedField',
|
|
110
|
+
type: {
|
|
111
|
+
name: 'String'
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
impacted_value: {
|
|
115
|
+
client_side_validation: true,
|
|
116
|
+
required: false,
|
|
117
|
+
serialized_name: 'properties.impactedValue',
|
|
118
|
+
type: {
|
|
119
|
+
name: 'String'
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
last_updated: {
|
|
123
|
+
client_side_validation: true,
|
|
124
|
+
required: false,
|
|
125
|
+
serialized_name: 'properties.lastUpdated',
|
|
126
|
+
type: {
|
|
127
|
+
name: 'DateTime'
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
metadata: {
|
|
131
|
+
client_side_validation: true,
|
|
132
|
+
required: false,
|
|
133
|
+
serialized_name: 'properties.metadata',
|
|
134
|
+
type: {
|
|
135
|
+
name: 'Dictionary',
|
|
136
|
+
value: {
|
|
137
|
+
client_side_validation: true,
|
|
138
|
+
required: false,
|
|
139
|
+
serialized_name: 'ObjectElementType',
|
|
140
|
+
type: {
|
|
141
|
+
name: 'Object'
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
recommendation_type_id: {
|
|
147
|
+
client_side_validation: true,
|
|
148
|
+
required: false,
|
|
149
|
+
serialized_name: 'properties.recommendationTypeId',
|
|
150
|
+
type: {
|
|
151
|
+
name: 'String'
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
risk: {
|
|
155
|
+
client_side_validation: true,
|
|
156
|
+
required: false,
|
|
157
|
+
serialized_name: 'properties.risk',
|
|
158
|
+
type: {
|
|
159
|
+
name: 'String'
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
short_description: {
|
|
163
|
+
client_side_validation: true,
|
|
164
|
+
required: false,
|
|
165
|
+
serialized_name: 'properties.shortDescription',
|
|
166
|
+
type: {
|
|
167
|
+
name: 'Composite',
|
|
168
|
+
class_name: 'ShortDescription'
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
suppression_ids: {
|
|
172
|
+
client_side_validation: true,
|
|
173
|
+
required: false,
|
|
174
|
+
serialized_name: 'properties.suppressionIds',
|
|
175
|
+
type: {
|
|
176
|
+
name: 'Sequence',
|
|
177
|
+
element: {
|
|
178
|
+
client_side_validation: true,
|
|
179
|
+
required: false,
|
|
180
|
+
serialized_name: 'UuidElementType',
|
|
181
|
+
type: {
|
|
182
|
+
name: 'String'
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
end
|
|
191
|
+
end
|
|
192
|
+
end
|
|
193
|
+
end
|
data/lib/2017-03-31/generated/azure_mgmt_advisor/models/resource_recommendation_base_list_result.rb
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Advisor::Mgmt::V2017_03_31
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# The list of Advisor recommendations.
|
|
10
|
+
#
|
|
11
|
+
class ResourceRecommendationBaseListResult
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
include MsRest::JSONable
|
|
16
|
+
# @return [String] The link used to get the next page of recommendations.
|
|
17
|
+
attr_accessor :next_link
|
|
18
|
+
|
|
19
|
+
# @return [Array<ResourceRecommendationBase>] The list of
|
|
20
|
+
# recommendations.
|
|
21
|
+
attr_accessor :value
|
|
22
|
+
|
|
23
|
+
# return [Proc] with next page method call.
|
|
24
|
+
attr_accessor :next_method
|
|
25
|
+
|
|
26
|
+
#
|
|
27
|
+
# Gets the rest of the items for the request, enabling auto-pagination.
|
|
28
|
+
#
|
|
29
|
+
# @return [Array<ResourceRecommendationBase>] operation results.
|
|
30
|
+
#
|
|
31
|
+
def get_all_items
|
|
32
|
+
items = @value
|
|
33
|
+
page = self
|
|
34
|
+
while page.next_link != nil && !page.next_link.strip.empty? do
|
|
35
|
+
page = page.get_next_page
|
|
36
|
+
items.concat(page.value)
|
|
37
|
+
end
|
|
38
|
+
items
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
#
|
|
42
|
+
# Gets the next page of results.
|
|
43
|
+
#
|
|
44
|
+
# @return [ResourceRecommendationBaseListResult] with next page content.
|
|
45
|
+
#
|
|
46
|
+
def get_next_page
|
|
47
|
+
response = @next_method.call(@next_link).value! unless @next_method.nil?
|
|
48
|
+
unless response.nil?
|
|
49
|
+
@next_link = response.body.next_link
|
|
50
|
+
@value = response.body.value
|
|
51
|
+
self
|
|
52
|
+
end
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
#
|
|
56
|
+
# Mapper for ResourceRecommendationBaseListResult class as Ruby Hash.
|
|
57
|
+
# This will be used for serialization/deserialization.
|
|
58
|
+
#
|
|
59
|
+
def self.mapper()
|
|
60
|
+
{
|
|
61
|
+
client_side_validation: true,
|
|
62
|
+
required: false,
|
|
63
|
+
serialized_name: 'ResourceRecommendationBaseListResult',
|
|
64
|
+
type: {
|
|
65
|
+
name: 'Composite',
|
|
66
|
+
class_name: 'ResourceRecommendationBaseListResult',
|
|
67
|
+
model_properties: {
|
|
68
|
+
next_link: {
|
|
69
|
+
client_side_validation: true,
|
|
70
|
+
required: false,
|
|
71
|
+
serialized_name: 'nextLink',
|
|
72
|
+
type: {
|
|
73
|
+
name: 'String'
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
value: {
|
|
77
|
+
client_side_validation: true,
|
|
78
|
+
required: false,
|
|
79
|
+
serialized_name: 'value',
|
|
80
|
+
type: {
|
|
81
|
+
name: 'Sequence',
|
|
82
|
+
element: {
|
|
83
|
+
client_side_validation: true,
|
|
84
|
+
required: false,
|
|
85
|
+
serialized_name: 'ResourceRecommendationBaseElementType',
|
|
86
|
+
type: {
|
|
87
|
+
name: 'Composite',
|
|
88
|
+
class_name: 'ResourceRecommendationBase'
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
end
|
|
97
|
+
end
|
|
98
|
+
end
|
|
99
|
+
end
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Advisor::Mgmt::V2017_03_31
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# Defines values for Risk
|
|
10
|
+
#
|
|
11
|
+
module Risk
|
|
12
|
+
Error = "Error"
|
|
13
|
+
Warning = "Warning"
|
|
14
|
+
None = "None"
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Advisor::Mgmt::V2017_03_31
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# A summary of the recommendation.
|
|
10
|
+
#
|
|
11
|
+
class ShortDescription
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] The issue or opportunity identified by the
|
|
16
|
+
# recommendation.
|
|
17
|
+
attr_accessor :problem
|
|
18
|
+
|
|
19
|
+
# @return [String] The remediation action suggested by the
|
|
20
|
+
# recommendation.
|
|
21
|
+
attr_accessor :solution
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
#
|
|
25
|
+
# Mapper for ShortDescription class as Ruby Hash.
|
|
26
|
+
# This will be used for serialization/deserialization.
|
|
27
|
+
#
|
|
28
|
+
def self.mapper()
|
|
29
|
+
{
|
|
30
|
+
client_side_validation: true,
|
|
31
|
+
required: false,
|
|
32
|
+
serialized_name: 'ShortDescription',
|
|
33
|
+
type: {
|
|
34
|
+
name: 'Composite',
|
|
35
|
+
class_name: 'ShortDescription',
|
|
36
|
+
model_properties: {
|
|
37
|
+
problem: {
|
|
38
|
+
client_side_validation: true,
|
|
39
|
+
required: false,
|
|
40
|
+
serialized_name: 'problem',
|
|
41
|
+
type: {
|
|
42
|
+
name: 'String'
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
solution: {
|
|
46
|
+
client_side_validation: true,
|
|
47
|
+
required: false,
|
|
48
|
+
serialized_name: 'solution',
|
|
49
|
+
type: {
|
|
50
|
+
name: 'String'
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
end
|
|
57
|
+
end
|
|
58
|
+
end
|
|
59
|
+
end
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::Advisor::Mgmt::V2017_03_31
|
|
7
|
+
module Models
|
|
8
|
+
#
|
|
9
|
+
# The details of the snoozed or dismissed rule; for example, the duration,
|
|
10
|
+
# name, and GUID associated with the rule.
|
|
11
|
+
#
|
|
12
|
+
class SuppressionContract < Resource
|
|
13
|
+
|
|
14
|
+
include MsRestAzure
|
|
15
|
+
|
|
16
|
+
# @return [String] The GUID of the suppression.
|
|
17
|
+
attr_accessor :suppression_id
|
|
18
|
+
|
|
19
|
+
# @return [String] The duration for which the suppression is valid.
|
|
20
|
+
attr_accessor :ttl
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
#
|
|
24
|
+
# Mapper for SuppressionContract class as Ruby Hash.
|
|
25
|
+
# This will be used for serialization/deserialization.
|
|
26
|
+
#
|
|
27
|
+
def self.mapper()
|
|
28
|
+
{
|
|
29
|
+
client_side_validation: true,
|
|
30
|
+
required: false,
|
|
31
|
+
serialized_name: 'SuppressionContract',
|
|
32
|
+
type: {
|
|
33
|
+
name: 'Composite',
|
|
34
|
+
class_name: 'SuppressionContract',
|
|
35
|
+
model_properties: {
|
|
36
|
+
id: {
|
|
37
|
+
client_side_validation: true,
|
|
38
|
+
required: false,
|
|
39
|
+
read_only: true,
|
|
40
|
+
serialized_name: 'id',
|
|
41
|
+
type: {
|
|
42
|
+
name: 'String'
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
name: {
|
|
46
|
+
client_side_validation: true,
|
|
47
|
+
required: false,
|
|
48
|
+
read_only: true,
|
|
49
|
+
serialized_name: 'name',
|
|
50
|
+
type: {
|
|
51
|
+
name: 'String'
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
type: {
|
|
55
|
+
client_side_validation: true,
|
|
56
|
+
required: false,
|
|
57
|
+
read_only: true,
|
|
58
|
+
serialized_name: 'type',
|
|
59
|
+
type: {
|
|
60
|
+
name: 'String'
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
suppression_id: {
|
|
64
|
+
client_side_validation: true,
|
|
65
|
+
required: false,
|
|
66
|
+
serialized_name: 'properties.suppressionId',
|
|
67
|
+
type: {
|
|
68
|
+
name: 'String'
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
ttl: {
|
|
72
|
+
client_side_validation: true,
|
|
73
|
+
required: false,
|
|
74
|
+
serialized_name: 'properties.ttl',
|
|
75
|
+
type: {
|
|
76
|
+
name: 'String'
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
end
|
|
83
|
+
end
|
|
84
|
+
end
|
|
85
|
+
end
|