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.Gke
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

Labels

Cluster's labels.

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

Metadatas

Cluster's metadata.

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

OceanId

The Ocean cluster ID required for launchSpec create.

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

SourceImage

Image URL.

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

Taints

Cluster's taints.

Declaration
public InputList<OceanLaunchSpecTaintArgs> Taints { get; set; }
Property Value
Type Description
InputList<OceanLaunchSpecTaintArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.