Class TargetArgs
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 TargetArgs : ResourceArgs
Constructors
View SourceTargetArgs()
Declaration
public TargetArgs()
Properties
View SourceBalancerId
The ID of the balancer.
Declaration
public Input<string> BalancerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Host
The address (IP or URL) of the targets to register
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Target . 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 the target will register to.
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Tags
A list of key:value paired tags.
Declaration
public InputList<TargetTagArgs> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<TargetTagArgs> |
TargetSetId
The ID of the target set.
Declaration
public Input<string> TargetSetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Weight
Defines how traffic is distributed between targets.
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |