Class ManagedInstanceLoadBalancerArgs
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.Aws.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ManagedInstanceLoadBalancerArgs : ResourceArgs
Constructors
View SourceManagedInstanceLoadBalancerArgs()
Declaration
public ManagedInstanceLoadBalancerArgs()
Properties
View SourceArn
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AutoWeight
Declaration
public Input<bool> AutoWeight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AzAwareness
Declaration
public Input<bool> AzAwareness { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
BalancerId
Declaration
public Input<string> BalancerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The ManagedInstance name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetSetId
Declaration
public Input<string> TargetSetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |