 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateImageResp ¶
type CreateImageResp struct {
	Code     int    `json:"code"`
	CodeDesc string `json:"codeDesc"`
	Data     struct {
		RetCode int `json:"retCode"`
		TaskID  int `json:"taskId"`
	} `json:"data"`
	Message string `json:"message"`
}
    func CreateImage ¶
func CreateImage(options ...string) (*CreateImageResp, error)
type DeleteImagesResp ¶
type DeleteImagesResp struct {
	Code     int         `json:"code"`
	CodeDesc string      `json:"codeDesc"`
	Detail   interface{} `json:"detail"`
	Message  string      `json:"message"`
}
    func DeleteImages ¶
func DeleteImages(options ...string) (*DeleteImagesResp, error)
type DescribeImageSharePermissionResp ¶
type DescribeImageSharePermissionResp struct {
		Error               interface{}   `json:"Error,omitempty"`
		RequestID           string        `json:"RequestId"`
		SharedPermissionSet []interface{} `json:"SharedPermissionSet,omitempty"`
	} `json:"Response"`
}
    func DescribeImageSharePermission ¶
func DescribeImageSharePermission(options ...string) (*DescribeImageSharePermissionResp, error)
type DescribeImagesResp ¶
type DescribeImagesResp struct {
	Response struct {
		Error    interface{} `json:"Error,omitempty"`
		ImageSet []struct {
			CreatedTime      interface{} `json:"CreatedTime"`
			ImageCreator     interface{} `json:"ImageCreator"`
			ImageDescription string      `json:"ImageDescription"`
			ImageID          string      `json:"ImageId"`
			ImageName        string      `json:"ImageName"`
			ImageSize        int         `json:"ImageSize"`
			ImageSource      string      `json:"ImageSource"`
			ImageState       string      `json:"ImageState"`
			ImageType        string      `json:"ImageType"`
			OsName           string      `json:"OsName"`
		} `json:"ImageSet,omitempty"`
		RequestID  string `json:"RequestId"`
		TotalCount int    `json:"TotalCount"`
	} `json:"Response"`
}
    func DescribeImages ¶
func DescribeImages(options ...string) (*DescribeImagesResp, error)
type SyncImagesResp ¶
type SyncImagesResp struct {
	Response struct {
		Error     interface{} `json:"Error,omitempty"`
		RequestID string      `json:"RequestId"`
	} `json:"Response"`
}
    func SyncImages ¶
func SyncImages(options ...string) (*SyncImagesResp, error)
 Click to show internal directories. 
   Click to hide internal directories.