Class MembersArgs
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.OpenStack.LoadBalancer
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class MembersArgs : ResourceArgs
Constructors
View SourceMembersArgs()
Declaration
public MembersArgs()
Properties
View SourceMemberList
A set of dictionaries containing member parameters. The structure is described below.
Declaration
public InputList<MembersMemberArgs> MemberList { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<MembersMemberArgs> |
PoolId
The id of the pool that members will be assigned to. Changing this creates a new members resource.
Declaration
public Input<string> PoolId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to obtain the V2 Networking client.
A Networking client is needed to create pool members. If omitted, the
region argument of the provider is used. Changing this creates a new
members resource.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |