| 123456789101112131415161718192021222324252627282930313233343536373839 |
- package cms
- //Licensed under the Apache License, Version 2.0 (the "License");
- //you may not use this file except in compliance with the License.
- //You may obtain a copy of the License at
- //
- //http://www.apache.org/licenses/LICENSE-2.0
- //
- //Unless required by applicable law or agreed to in writing, software
- //distributed under the License is distributed on an "AS IS" BASIS,
- //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- //See the License for the specific language governing permissions and
- //limitations under the License.
- //
- // Code generated by Alibaba Cloud SDK Code Generator.
- // Changes may cause incorrect behavior and will be lost if the code is regenerated.
- // OptionsJson is a nested struct in cms response
- type OptionsJson struct {
- DnsType string `json:"dns_type" xml:"dns_type"`
- DnsServer string `json:"dns_server" xml:"dns_server"`
- ExpectValue string `json:"expect_value" xml:"expect_value"`
- HttpMethod string `json:"http_method" xml:"http_method"`
- ResponseContent string `json:"response_content" xml:"response_content"`
- MatchRule int `json:"match_rule" xml:"match_rule"`
- RequestContent string `json:"request_content" xml:"request_content"`
- Cookie string `json:"cookie" xml:"cookie"`
- Header string `json:"header" xml:"header"`
- Username string `json:"username" xml:"username"`
- Password string `json:"password" xml:"password"`
- TimeOut int64 `json:"time_out" xml:"time_out"`
- PingNum int `json:"ping_num" xml:"ping_num"`
- FailureRate float64 `json:"failure_rate" xml:"failure_rate"`
- RequestFormat string `json:"request_format" xml:"request_format"`
- ResponseFormat string `json:"response_format" xml:"response_format"`
- Port int `json:"port" xml:"port"`
- Authentication int `json:"authentication" xml:"authentication"`
- Traceroute int64 `json:"traceroute" xml:"traceroute"`
- }
|