Show / Hide Table of Contents

Class ListenerState

Inheritance
System.Object
InputArgs
ResourceArgs
ListenerState
Inherited Members
ResourceArgs.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.SpotInst.Multai
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ListenerState : ResourceArgs

Constructors

View Source

ListenerState()

Declaration
public ListenerState()

Properties

View Source

BalancerId

The ID of the balancer.

Declaration
public Input<string> BalancerId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Port

The port on which the load balancer is listening.

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Protocol

The protocol to allow connections to the load balancer.

Declaration
public Input<string> Protocol { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A list of key:value paired tags.

Declaration
public InputList<ListenerTagGetArgs> Tags { get; set; }
Property Value
Type Description
InputList<ListenerTagGetArgs>
View Source

TlsConfig

Describes the TLSConfig configuration.

Declaration
public Input<ListenerTlsConfigGetArgs> TlsConfig { get; set; }
Property Value
Type Description
Input<ListenerTlsConfigGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.