Show / Hide Table of Contents

Class ClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancerArgs
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.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancerArgs : ResourceArgs

Constructors

View Source

ClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancerArgs()

Declaration
public ClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancerArgs()

Properties

View Source

CreateMonitor

(bool)

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

FloatingNetworkId

(string)

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

LbMethod

(string)

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

LbProvider

(string)

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

LbVersion

(string)

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

ManageSecurityGroups

(bool)

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

MonitorDelay

Default 60s (string)

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

MonitorMaxRetries

Default 5 (int)

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

MonitorTimeout

Default 30s (string)

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

SubnetId

(string)

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

UseOctavia

(bool)

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