Show / Hide Table of Contents

Class OceanLaunchSpecState

Inheritance
System.Object
InputArgs
ResourceArgs
OceanLaunchSpecState
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 OceanLaunchSpecState : ResourceArgs

Constructors

View Source

OceanLaunchSpecState()

Declaration
public OceanLaunchSpecState()

Properties

View Source

AutoscaleHeadrooms

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

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

Labels

Cluster's labels.

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

Metadatas

Cluster's metadata.

Declaration
public InputList<OceanLaunchSpecMetadataGetArgs> Metadatas { get; set; }
Property Value
Type Description
InputList<OceanLaunchSpecMetadataGetArgs>
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<OceanLaunchSpecTaintGetArgs> Taints { get; set; }
Property Value
Type Description
InputList<OceanLaunchSpecTaintGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.