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