Service/Amazon/Ec2/Instance/Windows.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Service_Amazon  
Subpackage
Ec2  
Version
$Id$  

\Zend_Service_Amazon_Ec2_Instance_Windows

Package: Zend_Service_Amazon\Ec2
An Amazon EC2 interface that allows yout to run, terminate, reboot and describe Amazon Ec2 Instances.
Parent(s)
\Zend_Service_Amazon_Ec2_Abstract < \Zend_Service_Amazon_Abstract < \Zend_Service_Abstract
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Methods

methodprotected_getS3UploadPolicy(string $bucketName, string $prefix, integer $expireInMinutes = 1440) : string

Generates the S3 Upload Policy Information

Parameters
NameTypeDescription
$bucketNamestring

Which bucket you want the ami to live in on S3

$prefixstring

The prefix you want to assign to the AMI on S3

$expireInMinutesinteger

The expiration of the upload policy. Amazon recommends 12 hours or longer.

                             This is based in nubmer of minutes. Default is 1440 minutes (24 hours)
Returns
TypeDescription
stringBase64 encoded string that is the upload policy
methodprotected_signS3UploadPolicy(string $policy) : string

Signed S3 Upload Policy

Parameters
NameTypeDescription
$policystring

Base64 Encoded string that is the upload policy

Returns
TypeDescription
stringSHA1 encoded S3 Upload Policy
methodpublicbundle(string $instanceId, string $s3Bucket, string $s3Prefix, integer $uploadExpiration = 1440) : array

Bundles an Amazon EC2 instance running Windows

Parameters
NameTypeDescription
$instanceIdstring

The instance you want to bundle

$s3Bucketstring

Where you want the ami to live on S3

$s3Prefixstring

The prefix you want to assign to the AMI on S3

$uploadExpirationinteger

The expiration of the upload policy. Amazon recommends 12 hours or longer.

                             This is based in nubmer of minutes. Default is 1440 minutes (24 hours)
Returns
TypeDescription
arraycontaining the information on the new bundle operation
methodpubliccancelBundle(string $bundleId) : array

Cancels an Amazon EC2 bundling operation

Parameters
NameTypeDescription
$bundleIdstring

The ID of the bundle task to cancel

Returns
TypeDescription
arrayInformation on the bundle task
methodpublicdescribeBundle(string | array $bundleId = '') : array

Describes current bundling tasks

Parameters
NameTypeDescription
$bundleIdstring | array

A single or a list of bundle tasks that you want to find information for.

Returns
TypeDescription
arrayInformation for the task that you requested
Documentation was generated by phpDocumentor 2.2.0 .