Class NodeBalancerArgs
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.Linode
Assembly: Pulumi.Linode.dll
Syntax
public sealed class NodeBalancerArgs : ResourceArgs
Constructors
View SourceNodeBalancerArgs()
Declaration
public NodeBalancerArgs()
Properties
View SourceClientConnThrottle
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> |
Label
The label of the Linode NodeBalancer
Declaration
public Input<string> Label { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region where this NodeBalancer will be deployed. Examples are "us-east", "us-west", "ap-south", 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> |
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> |