Show / Hide Table of Contents

Class OceanLaunchSpecArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OceanLaunchSpecArgs
Inherited Members
ResourceArgs.Empty
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 Source

OceanLaunchSpecArgs()

Declaration
public OceanLaunchSpecArgs()

Properties

View Source

AutoscaleHeadrooms

Set custom headroom per launch spec. provide list of headrooms object.

Declaration
public InputList<OceanLaunchSpecAutoscaleHeadroomArgs> AutoscaleHeadrooms { get; set; }
Property Value
Type Description
InputList<OceanLaunchSpecAutoscaleHeadroomArgs>
View Source

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>
View Source

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>
View Source

ImageId

ID of the image used to launch the instances.

Declaration
public Input<string> ImageId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Labels

Optionally adds labels to instances launched in an Ocean cluster.

Declaration
public InputList<OceanLaunchSpecLabelArgs> Labels { get; set; }
Property Value
Type Description
InputList<OceanLaunchSpecLabelArgs>
View Source

Name

Set Launch Specification name

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OceanId

The ocean cluster you wish to

Declaration
public Input<string> OceanId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RootVolumeSize

Set root volume size (in GB).

Declaration
public Input<int> RootVolumeSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SecurityGroups

Optionally adds security group IDs.

Declaration
public InputList<string> SecurityGroups { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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>
View Source

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>
View Source

Taints

Optionally adds labels to instances launched in an Ocean cluster.

Declaration
public InputList<OceanLaunchSpecTaintArgs> Taints { get; set; }
Property Value
Type Description
InputList<OceanLaunchSpecTaintArgs>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.