Specifies additional launch instance information.
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 ImportInstanceLaunchSpecificationType
Public Class ImportInstanceLaunchSpecificationType
public ref class ImportInstanceLaunchSpecificationType
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ImportInstanceLaunchSpecificationType()()()() | Initializes a new instance of the ImportInstanceLaunchSpecificationType class | |
| Architecture |
Gets and sets the Architecture property.
Architecture of the instance.
Valid Values: i386 | x86_64
| |
| 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.) | |
| InstanceInitiatedShutdownBehavior |
Gets and sets the InstanceInitiatedShutdownBehavior property.
Determines whether the instance stops or terminates on instance-initiated shutdown.
Valid Values: stop | terminate
| |
| InstanceType |
Gets and sets the InstanceType property.
Specifies the instance type.
Valid Values:
m1.small | m1.medium | m1.large | m1.xlarge | c1.medium |
c1.xlarge |
m2.2xlarge | m2.4xlarge
Default: m1.small
| |
| IsSetArchitecture()()()() |
Checks if Architecture property is set
| |
| IsSetInstanceInitiatedShutdownBehavior()()()() |
Checks if InstanceInitiatedShutdownBehavior property is set
| |
| IsSetInstanceType()()()() |
Checks if InstanceType property is set
| |
| IsSetMonitoring()()()() |
Checks if Monitoring property is set
| |
| IsSetPlacement()()()() |
Checks if Placement property is set
| |
| IsSetPrivateIpAddress()()()() |
Checks if PrivateIpAddress property is set
| |
| IsSetSecurityGroup()()()() |
Checks if SecurityGroup property is set
| |
| IsSetSecurityGroupId()()()() |
Checks if SecurityGroupId property is set
| |
| IsSetSubnetId()()()() |
Checks if SubnetId property is set
| |
| IsSetUserData()()()() |
Checks if UserData property is set
| |
| Monitoring |
Gets and sets the Monitoring property.
Enables monitoring for the instance.
| |
| Placement |
Gets and sets the Placement property.
Specifies the placement constraints.
| |
| PrivateIpAddress |
Gets and sets the PrivateIpAddress property.
If you're using Amazon Virtual Private Cloud, you can optionally use this parameter to assign the instance a specific available IP address from the subnet (e.g., 10.0.0.25).
| |
| SecurityGroup |
Gets and sets the SecurityGroup property.
One or more security group names.
| |
| SecurityGroupId |
Gets and sets the SecurityGroupId property.
One or more security group IDs.
| |
| SubnetId |
Gets and sets the SubnetId property.
If you're using Amazon Virtual Private Cloud, this specifies the ID of the subnet you want to launch the instance into.
| |
| ToString()()()() | (Inherited from Object.) | |
| UserData |
Gets and sets the UserData property.
User data to be made available to the instance.
| |
| WithArchitecture(String) |
Sets the Architecture property
| |
| WithInstanceInitiatedShutdownBehavior(String) |
Sets the InstanceInitiatedShutdownBehavior property
| |
| WithInstanceType(String) |
Sets the InstanceType property
| |
| WithMonitoring(MonitoringSpecification) |
Sets the Monitoring property
| |
| WithPlacement(Placement) |
Sets the Placement property
| |
| WithPrivateIpAddress(String) |
Sets the PrivateIpAddress property
| |
| WithSecurityGroup(array<String>[]()[][]) |
Sets the SecurityGroup property
| |
| WithSecurityGroupId(array<String>[]()[][]) |
Sets the SecurityGroupId property
| |
| WithSubnetId(String) |
Sets the SubnetId property
| |
| WithUserData(String) |
Sets the UserData property
|