1VM::EC2::Snapshot::CreaUtseeVrolCuomnetPreirbmuVitMse:sd:iEoPCne2(r:3l:)SDnoacpusmheontt:a:tCiroenateVolumePermission(3)
2
3
4

NAME

6       VM::EC2::Snapshot::CreateVolumePermission - Object describing AMI
7       create volume permissions
8

SYNOPSIS

10         use VM::EC2;
11
12         $ec2       = VM::EC2->new(...);
13         $snapshot  = $ec2->describe_snapshots('snap-12345');
14         @users     = $image->createVolumePermissions;
15         for (@users) {
16           $group = $_->group;
17           $user  = $_->userId;
18         }
19

DESCRIPTION

21       This object represents an Amazon volume snapshot create volume
22       permission, and is return by VM::EC2::Snapshot
23       createVolumePermissions().
24

METHODS

26       These object methods are supported:
27
28        group      -- Name of a group with launch permissions. Only
29                      valid value is "all"
30        userId     -- Name of a user with launch permissions.
31

STRING OVERLOADING

33       When used in a string context, this object will interpolate the userId.
34       If the userId is blank, then interpolates as the group.
35

SEE ALSO

37       VM::EC2 VM::EC2::Generic VM::EC2::Snapshot
38

AUTHOR

40       Lincoln Stein <lincoln.stein@gmail.com>.
41
42       Copyright (c) 2011 Ontario Institute for Cancer Research
43
44       This package and its accompanying libraries is free software; you can
45       redistribute it and/or modify it under the terms of the GPL (either
46       version 1, or at your option, any later version) or the Artistic
47       License 2.0.  Refer to LICENSE for the full license text. In addition,
48       please see DISCLAIMER.txt for disclaimers of warranty.
49
50
51
52perl v5.30.0                      2V0M1:9:-E0C72-:2:6Snapshot::CreateVolumePermission(3)
Impressum