Class LoadBalancerState
Inherited Members
Namespace: Pulumi.OpenStack.LoadBalancer
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class LoadBalancerState : ResourceArgs
Constructors
View SourceLoadBalancerState()
Declaration
public LoadBalancerState()
Properties
View SourceAdminStateUp
The administrative state of the Loadbalancer. A valid value is true (UP) or false (DOWN).
Declaration
public Input<bool> AdminStateUp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Description
Human-readable description for the Loadbalancer.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FlavorId
The UUID of a flavor. Changing this creates a new loadbalancer.
Declaration
public Input<string> FlavorId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LoadbalancerProvider
The name of the provider. Changing this creates a new loadbalancer.
Declaration
public Input<string> LoadbalancerProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Human-readable name for the Loadbalancer. Does not have to be unique.
Declaration
public Input<string> Name { 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 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> |
SecurityGroupIds
A list of security group IDs to apply to the loadbalancer. The security groups must be specified by ID and not name (as opposed to how they are configured with the Compute Instance).
Declaration
public InputList<string> SecurityGroupIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
TenantId
Required for admins. The UUID of the tenant who owns the Loadbalancer. Only administrative users can specify a tenant UUID other than their own. Changing this creates a new loadbalancer.
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VipAddress
The ip address of the load balancer. Changing this creates a new loadbalancer.
Declaration
public Input<string> VipAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VipPortId
The Port ID of the Load Balancer IP.
Declaration
public Input<string> VipPortId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VipSubnetId
The network on which to allocate the Loadbalancer's address. A tenant can only create Loadbalancers on networks authorized by policy (e.g. networks that belong to them or networks that are shared). Changing this creates a new loadbalancer.
Declaration
public Input<string> VipSubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |