Show / Hide Table of Contents

Class MemberV1Args

Inheritance
System.Object
InputArgs
ResourceArgs
MemberV1Args
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 MemberV1Args : ResourceArgs

Constructors

View Source

MemberV1Args()

Declaration
public MemberV1Args()

Properties

View Source

Address

The IP address of the member. Changing this creates a new member.

Declaration
public Input<string> Address { get; set; }
Property Value
Type Description
Input<System.String>
View Source

AdminStateUp

The administrative state of the member. Acceptable values are 'true' and 'false'. Changing this value updates the state of the existing member.

Declaration
public Input<bool> AdminStateUp { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PoolId

The ID of the LB pool. Changing this creates a new member.

Declaration
public Input<string> PoolId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Port

An integer representing the port on which the member is hosted. Changing this creates a new member.

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Region

The region in which to obtain the V2 Networking client. A Networking client is needed to create an LB member. If omitted, the region argument of the provider is used. Changing this creates a new LB member.

Declaration
public Input<string> Region { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TenantId

The owner of the member. Required if admin wants to create a member for another tenant. Changing this creates a new member.

Declaration
public Input<string> TenantId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Weight

Declaration
public Input<int> Weight { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.