Show / Hide Table of Contents

Class TargetSetState

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

Constructors

View Source

TargetSetState()

Declaration
public TargetSetState()

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

DeploymentId

The id of the deployment.

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

HealthCheck

Declaration
public Input<TargetSetHealthCheckGetArgs> HealthCheck { get; set; }
Property Value
Type Description
Input<TargetSetHealthCheckGetArgs>
View Source

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

Port

The port on which the load balancer is listening.

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

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

Tags

A list of key:value paired tags.

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

Weight

Defines how traffic is distributed between the Target Set.

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