Class PoolAttachmentArgs
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.F5BigIP.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class PoolAttachmentArgs : ResourceArgs
Constructors
View SourcePoolAttachmentArgs()
Declaration
public PoolAttachmentArgs()
Properties
View SourceNode
Node to add to the pool in /Partition/NodeName:Port format (e.g. /Common/Node01:80)
Declaration
public Input<string> Node { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Pool
Name of the pool in /Partition/Name format
Declaration
public Input<string> Pool { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |