Show / Hide Table of Contents

Class BalancerState

Inheritance
System.Object
InputArgs
ResourceArgs
BalancerState
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 BalancerState : ResourceArgs

Constructors

View Source

BalancerState()

Declaration
public BalancerState()

Properties

View Source

ConnectionTimeouts

Declaration
public Input<BalancerConnectionTimeoutsGetArgs> ConnectionTimeouts { get; set; }
Property Value
Type Description
Input<BalancerConnectionTimeoutsGetArgs>
View Source

DnsCnameAliases

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

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

Scheme

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

Tags

A list of key:value paired tags.

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