struct_invocation.go 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. package ecs
  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. // Invocation is a nested struct in ecs response
  17. type Invocation struct {
  18. Name string `json:"Name" xml:"Name"`
  19. PageSize int64 `json:"PageSize" xml:"PageSize"`
  20. Timed bool `json:"Timed" xml:"Timed"`
  21. Frequency string `json:"Frequency" xml:"Frequency"`
  22. Content string `json:"Content" xml:"Content"`
  23. CommandContent string `json:"CommandContent" xml:"CommandContent"`
  24. InvocationStatus string `json:"InvocationStatus" xml:"InvocationStatus"`
  25. FileGroup string `json:"FileGroup" xml:"FileGroup"`
  26. Description string `json:"Description" xml:"Description"`
  27. Overwrite string `json:"Overwrite" xml:"Overwrite"`
  28. PageNumber int64 `json:"PageNumber" xml:"PageNumber"`
  29. CommandId string `json:"CommandId" xml:"CommandId"`
  30. TargetDir string `json:"TargetDir" xml:"TargetDir"`
  31. FileMode string `json:"FileMode" xml:"FileMode"`
  32. TotalCount int64 `json:"TotalCount" xml:"TotalCount"`
  33. ContentType string `json:"ContentType" xml:"ContentType"`
  34. CreationTime string `json:"CreationTime" xml:"CreationTime"`
  35. CommandName string `json:"CommandName" xml:"CommandName"`
  36. Parameters string `json:"Parameters" xml:"Parameters"`
  37. VmCount int `json:"VmCount" xml:"VmCount"`
  38. InvokeId string `json:"InvokeId" xml:"InvokeId"`
  39. InvokeStatus string `json:"InvokeStatus" xml:"InvokeStatus"`
  40. FileOwner string `json:"FileOwner" xml:"FileOwner"`
  41. CommandType string `json:"CommandType" xml:"CommandType"`
  42. InvokeInstances InvokeInstancesInDescribeInvocations `json:"InvokeInstances" xml:"InvokeInstances"`
  43. InvocationResults InvocationResults `json:"InvocationResults" xml:"InvocationResults"`
  44. }