Class OceanLaunchSpecImportArgs
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 OceanLaunchSpecImportArgs : ResourceArgs
Constructors
View SourceOceanLaunchSpecImportArgs()
Declaration
public OceanLaunchSpecImportArgs()
Properties
View SourceNodePoolName
The node pool you wish to use in your launchSpec.
Declaration
public Input<string> NodePoolName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OceanId
The Ocean cluster ID required for launchSpec create.
Declaration
public Input<string> OceanId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |