Class Node
Inherited Members
Namespace: Pulumi.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public class Node : CustomResource
Constructors
View SourceNode(String, NodeArgs, CustomResourceOptions)
Create a Node resource with the given unique name, arguments, and options.
Declaration
public Node(string name, NodeArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| NodeArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAddress
IP or hostname of the node
Declaration
public Output<string> Address { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
ConnectionLimit
Specifies the maximum number of connections allowed for the node or node address.
Declaration
public Output<int> ConnectionLimit { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
Description
User-defined description give ltm_node
Declaration
public Output<string> Description { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
DynamicRatio
Specifies the fixed ratio value used for a node during ratio load balancing.
Declaration
public Output<int> DynamicRatio { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
Fqdn
Declaration
public Output<NodeFqdn> Fqdn { get; }
Property Value
| Type | Description |
|---|---|
| Output<NodeFqdn> |
Monitor
specifies the name of the monitor or monitor rule that you want to associate with the node.
Declaration
public Output<string> Monitor { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Name
Name of the node
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
RateLimit
Specifies the maximum number of connections per second allowed for a node or node address. The default value is 'disabled'.
Declaration
public Output<string> RateLimit { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Ratio
Sets the ratio number for the node.
Declaration
public Output<int> Ratio { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Int32> |
State
Default is "user-up" you can set to "user-down" if you want to disable
Declaration
public Output<string> State { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, NodeState, CustomResourceOptions)
Get an existing Node resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static Node Get(string name, Input<string> id, NodeState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| NodeState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| Node |