Show / Hide Table of Contents

Class MembersMember

Inheritance
System.Object
MembersMember
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.Outputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class MembersMember

Fields

View Source

Address

The IP address of the members to receive traffic from the load balancer.

Declaration
public readonly string Address
Field Value
Type Description
System.String
View Source

AdminStateUp

The administrative state of the member. A valid value is true (UP) or false (DOWN). Defaults to true.

Declaration
public readonly bool? AdminStateUp
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Id

The unique ID for the members.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Human-readable name for the member.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ProtocolPort

The port on which to listen for client traffic.

Declaration
public readonly int ProtocolPort
Field Value
Type Description
System.Int32
View Source

SubnetId

The subnet in which to access the member.

Declaration
public readonly string SubnetId
Field Value
Type Description
System.String
View Source

Weight

A positive integer value that indicates the relative portion of traffic that this members should receive from the pool. For example, a member with a weight of 10 receives five times as much traffic as a member with a weight of 2. Defaults to 1.

Declaration
public readonly int? Weight
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.