Class MemberV1State
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 MemberV1State : ResourceArgs
Constructors
View SourceMemberV1State()
Declaration
public MemberV1State()
Properties
View SourceAddress
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> |
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> |
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> |
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> |
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> |
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> |
Weight
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |