Documentation ¶
Index ¶
- func AwsEC2SessionHelper() (svc *ec2.EC2)
- func DeleteVol()
- func DescribeAllVols()
- func DetachVol()
- func ImportKey(name string)
- func SgDescribe() []byte
- func StartEC2(InstanceID []*string)
- func StopEC2(InstanceID []*string)
- func SubnetDescribe() []byte
- func VpcDescribe() []byte
- type Associations
- type IpPermEgress
- type SummaryEC2
- type TagMap
- type VpcList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AwsEC2SessionHelper ¶
func DescribeAllVols ¶
func DescribeAllVols()
func SgDescribe ¶ added in v0.0.4
func SgDescribe() []byte
func SubnetDescribe ¶ added in v0.0.4
func SubnetDescribe() []byte
func VpcDescribe ¶ added in v0.0.4
func VpcDescribe() []byte
Types ¶
type IpPermEgress ¶ added in v0.0.7
type SummaryEC2 ¶
type SummaryEC2 struct { InstanceId []*string `locationName:"instanceId" type:"string"` PrivateIpAddress []*string `locationName:"privateIpAddress" type:"string"` PublicIp []*string `locationName:"publicIp" type:"string"` TagValue []*string `locationName:"value" type:"string"` }
func DescribeAllMentionedTag ¶
func DescribeAllMentionedTag(tag string) (summary SummaryEC2)
func DescribeAllRunning ¶
func DescribeAllRunning() (summary SummaryEC2)
func DescribeByGeneralTag ¶
func DescribeByGeneralTag(tag string, value string) (summary SummaryEC2)
func DescribeByOperationTag ¶
func DescribeByOperationTag(value string) (summary SummaryEC2)
Click to show internal directories.
Click to hide internal directories.