Package | Description |
---|---|
org.jclouds.aws.ec2.domain |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Optional<LaunchSpecification.IAMInstanceProfileRequest> |
LaunchSpecification.iamInstanceProfile |
Modifier and Type | Method and Description |
---|---|
static LaunchSpecification.IAMInstanceProfileRequest |
LaunchSpecification.IAMInstanceProfileRequest.forArn(String arn) |
static LaunchSpecification.IAMInstanceProfileRequest |
LaunchSpecification.IAMInstanceProfileRequest.forArnAndName(String arn,
String name) |
static LaunchSpecification.IAMInstanceProfileRequest |
LaunchSpecification.IAMInstanceProfileRequest.forName(String name) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<LaunchSpecification.IAMInstanceProfileRequest> |
LaunchSpecification.getIAMInstanceProfile()
The IAM Instance Profile (IIP) associated with the instance.
|
Constructor and Description |
---|
LaunchSpecification(String instanceType,
String imageId,
String kernelId,
String ramdiskId,
String availabilityZone,
String subnetId,
String keyName,
Map<String,String> securityGroupIdToNames,
Iterable<? extends BlockDeviceMapping> blockDeviceMappings,
Boolean monitoringEnabled,
Set<String> securityGroupIds,
Set<String> securityGroupNames,
byte[] userData,
com.google.common.base.Optional<LaunchSpecification.IAMInstanceProfileRequest> iamInstanceProfile) |
Copyright © 2009-2013 jclouds. All Rights Reserved.