dfw

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DoAction

func DoAction(action string, options ...string) ([]byte, error)

Types

type CreateSecurityGroupResp

type CreateSecurityGroupResp struct {
}

type DescribeSecurityGroupExResp

type DescribeSecurityGroupExResp struct {
	Code     int    `json:"code"`
	CodeDesc string `json:"codeDesc"`
	Data     struct {
		Detail []struct {
			BeAssociateCount int    `json:"beAssociateCount"`
			CreateTime       string `json:"createTime"`
			ProjectID        string `json:"projectId"`
			SgID             string `json:"sgId"`
			SgName           string `json:"sgName"`
			SgRemark         string `json:"sgRemark"`
		} `json:"detail"`
		TotalNum int `json:"totalNum"`
	} `json:"data"`
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL