Show / Hide Table of Contents

Class GetListenersArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetListenersArgs
Inherited Members
InvokeArgs.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.AliCloud.Slb
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetListenersArgs : InvokeArgs

Constructors

View Source

GetListenersArgs()

Declaration
public GetListenersArgs()

Properties

View Source

DescriptionRegex

A regex string to filter results by SLB listener description.

Declaration
public string DescriptionRegex { get; set; }
Property Value
Type Description
System.String
View Source

FrontendPort

Filter listeners by the specified frontend port.

Declaration
public int? FrontendPort { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

LoadBalancerId

ID of the SLB with listeners.

Declaration
public string LoadBalancerId { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

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