struct_instance.go 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. package dms_enterprise
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // Instance is a nested struct in dms_enterprise response
  17. type Instance struct {
  18. DataLinkName string `json:"DataLinkName" xml:"DataLinkName"`
  19. Port int `json:"Port" xml:"Port"`
  20. DatabasePassword string `json:"DatabasePassword" xml:"DatabasePassword"`
  21. DbaNickName string `json:"DbaNickName" xml:"DbaNickName"`
  22. DdlOnline int `json:"DdlOnline" xml:"DdlOnline"`
  23. Sid string `json:"Sid" xml:"Sid"`
  24. InstanceType string `json:"InstanceType" xml:"InstanceType"`
  25. QueryTimeout int `json:"QueryTimeout" xml:"QueryTimeout"`
  26. DbaId string `json:"DbaId" xml:"DbaId"`
  27. EcsInstanceId string `json:"EcsInstanceId" xml:"EcsInstanceId"`
  28. InstanceSource string `json:"InstanceSource" xml:"InstanceSource"`
  29. Host string `json:"Host" xml:"Host"`
  30. SafeRuleId string `json:"SafeRuleId" xml:"SafeRuleId"`
  31. State string `json:"State" xml:"State"`
  32. EnvType string `json:"EnvType" xml:"EnvType"`
  33. InstanceId string `json:"InstanceId" xml:"InstanceId"`
  34. UseDsql int `json:"UseDsql" xml:"UseDsql"`
  35. InstanceAlias string `json:"InstanceAlias" xml:"InstanceAlias"`
  36. ExportTimeout int `json:"ExportTimeout" xml:"ExportTimeout"`
  37. VpcId string `json:"VpcId" xml:"VpcId"`
  38. DatabaseUser string `json:"DatabaseUser" xml:"DatabaseUser"`
  39. EcsRegion string `json:"EcsRegion" xml:"EcsRegion"`
  40. }