1VM::EC2::REST::windows(U3s)er Contributed Perl DocumentatViMo:n:EC2::REST::windows(3)
2
3
4

NAME VM::EC2::REST::windows

SYNOPSIS

7        use VM::EC2 ':misc';
8

METHODS

10       These methods control several Windows platform-related functions.
11       However, only GetPasswordData is implemented by VM::EC2 (volunteers
12       welcome).
13
14       Implemented:
15        GetPasswordData
16
17       Unimplemented:
18        BundleInstance
19        CancelBundleTask
20        DescribeBundleTasks
21
22   $password_data = $ec2->get_password_data($instance_id);
23   $password_data = $ec2->get_password_data(-instance_id=>$id);
24       For Windows instances, get the administrator's password as a
25       VM::EC2::Instance::PasswordData object.
26

SEE ALSO

28       VM::EC2
29

AUTHOR

31       Lincoln Stein <lincoln.stein@gmail.com>.
32
33       Copyright (c) 2011 Ontario Institute for Cancer Research
34
35       This package and its accompanying libraries is free software; you can
36       redistribute it and/or modify it under the terms of the GPL (either
37       version 1, or at your option, any later version) or the Artistic
38       License 2.0.  Refer to LICENSE for the full license text. In addition,
39       please see DISCLAIMER.txt for disclaimers of warranty.
40
41
42
43perl v5.32.0                      2020-07-28         VM::EC2::REST::windows(3)
Impressum