Class GetListenersArgs
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.AliCloud.Slb
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetListenersArgs : InvokeArgs
Constructors
View SourceGetListenersArgs()
Declaration
public GetListenersArgs()
Properties
View SourceDescriptionRegex
A regex string to filter results by SLB listener description.
Declaration
public string DescriptionRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FrontendPort
Filter listeners by the specified frontend port.
Declaration
public int? FrontendPort { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
LoadBalancerId
ID of the SLB with listeners.
Declaration
public string LoadBalancerId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Protocol
Filter listeners by the specified protocol. Valid values: http, https, tcp and udp.
Declaration
public string Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |