Class ListenerState
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.SpotInst.Multai
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ListenerState : ResourceArgs
Constructors
View SourceListenerState()
Declaration
public ListenerState()
Properties
View SourceBalancerId
The ID of the balancer.
Declaration
public Input<string> BalancerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
The port on which the load balancer is listening.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Protocol
The protocol to allow connections to the load balancer.
Declaration
public Input<string> Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A list of key:value paired tags.
Declaration
public InputList<ListenerTagGetArgs> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ListenerTagGetArgs> |
TlsConfig
Describes the TLSConfig configuration.
Declaration
public Input<ListenerTlsConfigGetArgs> TlsConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ListenerTlsConfigGetArgs> |