Amazon.EC2.Model.BundleInstanceRequest.BundleInstanceRequest C# (CSharp) Method

BundleInstanceRequest() public method

Instantiates BundleInstanceRequest with the parameterized properties
public BundleInstanceRequest ( string instanceId, Storage storage ) : System
instanceId string The ID of the instance to bundle. Type: String Default: None Required: Yes
storage Storage The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.
return System
        public BundleInstanceRequest(string instanceId, Storage storage)
        {
            _instanceId = instanceId;
            _storage = storage;
        }

Same methods

BundleInstanceRequest::BundleInstanceRequest ( ) : System