Show / Hide Table of Contents

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 Source

DescriptionRegex

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

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>
View Source

Id

The provider-assigned unique ID for this managed resource.

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

LoadBalancerId

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

OutputFile

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

Protocol

Listener protocol. Possible values: http, https, tcp and udp.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.