Class TargetSetArgs
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 TargetSetArgs : ResourceArgs
Constructors
View SourceTargetSetArgs()
Declaration
public TargetSetArgs()
Properties
View SourceBalancerId
The id of the balancer.
Declaration
public Input<string> BalancerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DeploymentId
The id of the deployment.
Declaration
public Input<string> DeploymentId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HealthCheck
Declaration
public Input<TargetSetHealthCheckArgs> HealthCheck { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<TargetSetHealthCheckArgs> |
Name
The name of the Target Set. Must 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> |
Port
The port on which the load balancer is listening.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Protocol
The protocol to allow connections to the target for the health check.
Declaration
public Input<string> Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A list of key:value paired tags.
Declaration
public InputList<TargetSetTagArgs> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TargetSetTagArgs> |
Weight
Defines how traffic is distributed between the Target Set.
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |