Additional launch instance information.

C# |
public class ImportInstanceLaunchSpecificationType

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ImportInstanceLaunchSpecificationType()()()() | Initializes a new instance of the ImportInstanceLaunchSpecificationType class |
![]() | Architecture |
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 |
Whether the instance stops or terminates on instance-initiated shutdown.
Valid Values: stop | terminate
|
![]() | InstanceType |
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 |
Instance monitoring configuration.
|
![]() | Placement |
The placement constraints.
|
![]() | PrivateIpAddress |
Private IP address for the instance.
|
![]() | SecurityGroup |
One or more security group names.
|
![]() | SecurityGroupId |
One or more security group IDs.
|
![]() | SubnetId |
The ID of the subnet you want to launch the instance into.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UserData |
User data to be made available to the instance.
|
![]() | WithArchitecture(String) | Obsolete.
Sets the architecture of the instance.
|
![]() | WithInstanceInitiatedShutdownBehavior(String) | Obsolete.
Sets whether the instance stops or terminates on instance-initiated shutdown.
|
![]() | WithInstanceType(String) | Obsolete.
Sets the instance type.
|
![]() | WithMonitoring(MonitoringSpecification) | Obsolete.
Sets the instance monitoring configuration.
|
![]() | WithPlacement(Placement) | Obsolete.
Sets the placement constraints.
|
![]() | WithPrivateIpAddress(String) | Obsolete.
Sets the private IP address for the instance.
|
![]() | WithSecurityGroup(array<String>[]()[][]) | Obsolete.
Sets security group names.
|
![]() | WithSecurityGroupId(array<String>[]()[][]) | Obsolete.
Sets the security group IDs.
|
![]() | WithSubnetId(String) | Obsolete.
Sets the ID of the subnet you want to launch the instance into.
|
![]() | WithUserData(String) | Obsolete.
Sets the user data to be made available to the instance.
|

Object | |
![]() | ImportInstanceLaunchSpecificationType |