Show / Hide Table of Contents

Class BalancerArgs

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

Constructors

View Source

BalancerArgs()

Declaration
public BalancerArgs()

Properties

View Source

ConnectionTimeouts

Declaration
public Input<BalancerConnectionTimeoutsArgs> ConnectionTimeouts { get; set; }
Property Value
Type Description
Input<BalancerConnectionTimeoutsArgs>
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<BalancerTagArgs> Tags { get; set; }
Property Value
Type Description
InputList<BalancerTagArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.