Show / Hide Table of Contents

Class ClusterRkeConfigCloudProviderOpenstackCloudProviderLoadBalancer

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

Fields

View Source

CreateMonitor

(bool)

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

FloatingNetworkId

(string)

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

LbMethod

(string)

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

LbProvider

(string)

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

LbVersion

(string)

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

ManageSecurityGroups

(bool)

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

MonitorDelay

Default 60s (string)

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

MonitorMaxRetries

Default 5 (int)

Declaration
public readonly int? MonitorMaxRetries
Field Value
Type Description
System.Nullable<System.Int32>
View Source

MonitorTimeout

Default 30s (string)

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

SubnetId

(string)

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

UseOctavia

(bool)

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