Class OceanLaunchSpecArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.SpotInst.Aws
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanLaunchSpecArgs : ResourceArgs
Constructors
View SourceOceanLaunchSpecArgs()
Declaration
public OceanLaunchSpecArgs()
Properties
View SourceAutoscaleHeadrooms
Set custom headroom per launch spec. provide list of headrooms object.
Declaration
public InputList<OceanLaunchSpecAutoscaleHeadroomArgs> AutoscaleHeadrooms { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanLaunchSpecAutoscaleHeadroomArgs> |
ElasticIpPools
Assign an Elastic IP to the instances spun by the launch spec. Can be null.
Declaration
public InputList<OceanLaunchSpecElasticIpPoolArgs> ElasticIpPools { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanLaunchSpecElasticIpPoolArgs> |
IamInstanceProfile
The ARN or name of an IAM instance profile to associate with launched instances.
Declaration
public Input<string> IamInstanceProfile { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ImageId
ID of the image used to launch the instances.
Declaration
public Input<string> ImageId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Optionally adds labels to instances launched in an Ocean cluster.
Declaration
public InputList<OceanLaunchSpecLabelArgs> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanLaunchSpecLabelArgs> |
Name
Set Launch Specification name
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OceanId
The ocean cluster you wish to
Declaration
public Input<string> OceanId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RootVolumeSize
Set root volume size (in GB).
Declaration
public Input<int> RootVolumeSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SecurityGroups
Optionally adds security group IDs.
Declaration
public InputList<string> SecurityGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
SubnetIds
Set subnets in launchSpec. Each element in array should be subnet ID.
Declaration
public InputList<string> SubnetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Tags
A key/value mapping of tags to assign to the resource.
Declaration
public InputList<OceanLaunchSpecTagArgs> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanLaunchSpecTagArgs> |
Taints
Optionally adds labels to instances launched in an Ocean cluster.
Declaration
public InputList<OceanLaunchSpecTaintArgs> Taints { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanLaunchSpecTaintArgs> |
UserData
Base64-encoded MIME user data to make available to the instances.
Declaration
public Input<string> UserData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |