Class ClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancerArgs
Inheritance
System.Object
ClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancerArgs
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.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancerArgs : ResourceArgs
Constructors
View SourceClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancerArgs()
Declaration
public ClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancerArgs()
Properties
View SourceCreateMonitor
(bool)
Declaration
public Input<bool> CreateMonitor { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
FloatingNetworkId
(string)
Declaration
public Input<string> FloatingNetworkId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LbMethod
(string)
Declaration
public Input<string> LbMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LbProvider
(string)
Declaration
public Input<string> LbProvider { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LbVersion
(string)
Declaration
public Input<string> LbVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ManageSecurityGroups
(bool)
Declaration
public Input<bool> ManageSecurityGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
MonitorDelay
Default 60s (string)
Declaration
public Input<string> MonitorDelay { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MonitorMaxRetries
Default 5 (int)
Declaration
public Input<int> MonitorMaxRetries { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MonitorTimeout
Default 30s (string)
Declaration
public Input<string> MonitorTimeout { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetId
(string)
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UseOctavia
(bool)
Declaration
public Input<bool> UseOctavia { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |