Show / Hide Table of Contents

Class TargetArgs

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

Constructors

View Source

TargetArgs()

Declaration
public TargetArgs()

Properties

View Source

BalancerId

The ID of the balancer.

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

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>
View Source

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>
View Source

Port

The port the target will register to.

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Tags

A list of key:value paired tags.

Declaration
public InputList<TargetTagArgs> Tags { get; set; }
Property Value
Type Description
InputList<TargetTagArgs>
View Source

TargetSetId

The ID of the target set.

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

Weight

Defines how traffic is distributed between targets.

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