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// OptionsJson is a nested struct in cms response
19type OptionsJson struct {
20	DnsType         string  `json:"dns_type" xml:"dns_type"`
21	DnsServer       string  `json:"dns_server" xml:"dns_server"`
22	GroupId         string  `json:"group_id" xml:"group_id"`
23	ExpectValue     string  `json:"expect_value" xml:"expect_value"`
24	HttpMethod      string  `json:"http_method" xml:"http_method"`
25	ResponseContent string  `json:"response_content" xml:"response_content"`
26	MatchRule       int     `json:"match_rule" xml:"match_rule"`
27	RequestContent  string  `json:"request_content" xml:"request_content"`
28	Cookie          string  `json:"cookie" xml:"cookie"`
29	Header          string  `json:"header" xml:"header"`
30	Username        string  `json:"username" xml:"username"`
31	Password        string  `json:"password" xml:"password"`
32	TimeOut         int64   `json:"time_out" xml:"time_out"`
33	PingNum         int     `json:"ping_num" xml:"ping_num"`
34	FailureRate     float64 `json:"failure_rate" xml:"failure_rate"`
35	RequestFormat   string  `json:"request_format" xml:"request_format"`
36	ResponseFormat  string  `json:"response_format" xml:"response_format"`
37	Port            int     `json:"port" xml:"port"`
38	Authentication  int     `json:"authentication" xml:"authentication"`
39	Traceroute      int64   `json:"traceroute" xml:"traceroute"`
40}
41