Class OceanLaunchSpecState
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.Gke
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class OceanLaunchSpecState : ResourceArgs
Constructors
View SourceOceanLaunchSpecState()
Declaration
public OceanLaunchSpecState()
Properties
View SourceAutoscaleHeadrooms
Set custom headroom per launch spec. provide list of headrooms object.
Declaration
public InputList<OceanLaunchSpecAutoscaleHeadroomGetArgs> AutoscaleHeadrooms { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanLaunchSpecAutoscaleHeadroomGetArgs> |
Labels
Cluster's labels.
Declaration
public InputList<OceanLaunchSpecLabelGetArgs> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanLaunchSpecLabelGetArgs> |
Metadatas
Cluster's metadata.
Declaration
public InputList<OceanLaunchSpecMetadataGetArgs> Metadatas { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanLaunchSpecMetadataGetArgs> |
OceanId
The Ocean cluster ID required for launchSpec create.
Declaration
public Input<string> OceanId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SourceImage
Image URL.
Declaration
public Input<string> SourceImage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Taints
Cluster's taints.
Declaration
public InputList<OceanLaunchSpecTaintGetArgs> Taints { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<OceanLaunchSpecTaintGetArgs> |