Show / Hide Table of Contents

Class MembersArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MembersArgs
Inherited Members
ResourceArgs.Empty
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 Source

MembersArgs()

Declaration
public MembersArgs()

Properties

View Source

MemberList

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.