Class GetListenersResult
Inheritance
System.Object
GetListenersResult
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 GetListenersResult
Fields
View SourceDescriptionRegex
Declaration
public readonly string DescriptionRegex
Field Value
| Type | Description |
|---|---|
| System.String |
FrontendPort
Frontend port used to receive incoming traffic and distribute it to the backend servers.
Declaration
public readonly int? FrontendPort
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LoadBalancerId
Declaration
public readonly string LoadBalancerId
Field Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
Protocol
Listener protocol. Possible values: http, https, tcp and udp.
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| System.String |
SlbListeners
A list of SLB listeners. Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetListenersSlbListenerResult> SlbListeners
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetListenersSlbListenerResult> |