Show / Hide Table of Contents

Class NodeBalancerArgs

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

Constructors

View Source

NodeBalancerArgs()

Declaration
public NodeBalancerArgs()

Properties

View Source

ClientConnThrottle

Throttle connections per second (0-20). Set to 0 (default) to disable throttling.

Declaration
public Input<int> ClientConnThrottle { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Label

The label of the Linode NodeBalancer

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

Region

The region where this NodeBalancer will be deployed. Examples are &quot;us-east&quot;, &quot;us-west&quot;, &quot;ap-south&quot;, etc. Changing region forces the creation of a new Linode NodeBalancer..

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

Tags

A list of tags applied to this object. Tags are for organizational purposes only.

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