Méthode | Description | |
---|---|---|
CreateClient ( ) : |
Return the EC2 client
|
|
DeleteSnapsot ( string snapshotid ) : void |
Delete the snapshop with the given ID from EBS
|
|
GetInstanceName ( string instanceId ) : string |
Get the name of the instances with the given instanceID from EC2
|
|
GetTagValue ( List |
public static CreateClient ( ) : |
||
Résultat |
public static DeleteSnapsot ( string snapshotid ) : void | ||
snapshotid | string | |
Résultat | void |
public static GetInstanceName ( string instanceId ) : string | ||
instanceId | string | |
Résultat | string |
public static GetTagValue ( List |
||
Tags | List |
|
tagname | string | |
Résultat | string |