Show / Hide Table of Contents

Class ManagedInstanceLoadBalancerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ManagedInstanceLoadBalancerArgs
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.Aws.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ManagedInstanceLoadBalancerArgs : ResourceArgs

Constructors

View Source

ManagedInstanceLoadBalancerArgs()

Declaration
public ManagedInstanceLoadBalancerArgs()

Properties

View Source

Arn

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

AutoWeight

Declaration
public Input<bool> AutoWeight { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AzAwareness

Declaration
public Input<bool> AzAwareness { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

BalancerId

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

Name

The ManagedInstance name.

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

TargetSetId

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

Type

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