Class NodeBalancerState
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 NodeBalancerState : ResourceArgs
Constructors
View SourceNodeBalancerState()
Declaration
public NodeBalancerState()
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> |
Created
Declaration
public Input<string> Created { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Hostname
This NodeBalancer's hostname, ending with .nodebalancer.linode.com
Declaration
public Input<string> Hostname { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ipv4
The Public IPv4 Address of this NodeBalancer
Declaration
public Input<string> Ipv4 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ipv6
The Public IPv6 Address of this NodeBalancer
Declaration
public Input<string> Ipv6 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Transfer
Declaration
public Input<NodeBalancerTransferGetArgs> Transfer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NodeBalancerTransferGetArgs> |
Updated
Declaration
public Input<string> Updated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |