Starts an instance that uses an Amazon EBS volume
as its root device.
Instances that use Amazon EBS volumes as their
root devices can be quickly stopped and started.
When an instance is
stopped, the compute resources are released and
you are not billed for hourly
instance usage. However, your root partition Amazon EBS
volume remains, continues to persist your
data, and you are charged
for Amazon EBS volume usage. You can restart
your instance at any
time.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class StartInstancesRequest
Public Class StartInstancesRequest
public ref class StartInstancesRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| StartInstancesRequest()()()() | Initializes a new instance of the StartInstancesRequest class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InstanceId |
Gets and sets the InstanceId property.
The instance ID.
| |
| IsSetInstanceId()()()() |
Checks if InstanceId property is set
| |
| ToString()()()() | (Inherited from Object.) | |
| WithInstanceId(array<String>[]()[][]) |
Sets the InstanceId property
|