C# Class Amazon.EC2.Model.BundleInstanceRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
BundleInstanceRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

BundleInstanceRequest ( string instanceId, Storage storage ) : System

Instantiates BundleInstanceRequest with the parameterized properties

Private Methods

Méthode Description
IsSetInstanceId ( ) : bool
IsSetStorage ( ) : bool

Method Details

BundleInstanceRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public BundleInstanceRequest ( ) : System
Résultat System

BundleInstanceRequest() public méthode

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.
Résultat System