1package cms
2
3//Licensed under the Apache License, Version 2.0 (the "License");
4//you may not use this file except in compliance with the License.
5//You may obtain a copy of the License at
6//
7//http://www.apache.org/licenses/LICENSE-2.0
8//
9//Unless required by applicable law or agreed to in writing, software
10//distributed under the License is distributed on an "AS IS" BASIS,
11//WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12//See the License for the specific language governing permissions and
13//limitations under the License.
14//
15// Code generated by Alibaba Cloud SDK Code Generator.
16// Changes may cause incorrect behavior and will be lost if the code is regenerated.
17
18// OptionJson is a nested struct in cms response
19type OptionJson struct {
20	DnsType         string  `json:"dns_type" xml:"dns_type"`
21	DnsServer       string  `json:"dns_server" xml:"dns_server"`
22	ExpectValue     string  `json:"expect_value" xml:"expect_value"`
23	HttpMethod      string  `json:"http_method" xml:"http_method"`
24	ResponseContent string  `json:"response_content" xml:"response_content"`
25	MatchRule       int     `json:"match_rule" xml:"match_rule"`
26	RequestContent  string  `json:"request_content" xml:"request_content"`
27	Cookie          string  `json:"cookie" xml:"cookie"`
28	Header          string  `json:"header" xml:"header"`
29	Username        string  `json:"username" xml:"username"`
30	Password        string  `json:"password" xml:"password"`
31	TimeOut         int64   `json:"time_out" xml:"time_out"`
32	PingNum         int     `json:"ping_num" xml:"ping_num"`
33	FailureRate     float64 `json:"failure_rate" xml:"failure_rate"`
34	RequestFormat   string  `json:"request_format" xml:"request_format"`
35	ResponseFormat  string  `json:"response_format" xml:"response_format"`
36	Port            int     `json:"port" xml:"port"`
37	Authentication  int     `json:"authentication" xml:"authentication"`
38	Traceroute      int64   `json:"traceroute" xml:"traceroute"`
39}
40