Class BalancerState
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 BalancerState : ResourceArgs
Constructors
View SourceBalancerState()
Declaration
public BalancerState()
Properties
View SourceConnectionTimeouts
Declaration
public Input<BalancerConnectionTimeoutsGetArgs> ConnectionTimeouts { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<BalancerConnectionTimeoutsGetArgs> |
DnsCnameAliases
Declaration
public InputList<string> DnsCnameAliases { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Name
The balancer name. May contain only alphanumeric characters or hyphens, and must not begin or end with a hyphen.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scheme
Declaration
public Input<string> Scheme { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A list of key:value paired tags.
Declaration
public InputList<BalancerTagGetArgs> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<BalancerTagGetArgs> |