Show / Hide Table of Contents

Class StackScriptUserDefinedFieldArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StackScriptUserDefinedFieldArgs
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.Linode.Inputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class StackScriptUserDefinedFieldArgs : ResourceArgs

Constructors

View Source

StackScriptUserDefinedFieldArgs()

Declaration
public StackScriptUserDefinedFieldArgs()

Properties

View Source

Default

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

Example

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

Label

The StackScript's label is for display purposes only.

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

ManyOf

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

Name

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

OneOf

Declaration
public Input<string> OneOf { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.