Show / Hide Table of Contents

Class RouteSpecHttpRouteActionWeightedTarget

Inheritance
System.Object
RouteSpecHttpRouteActionWeightedTarget
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.Aws.AppMesh.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RouteSpecHttpRouteActionWeightedTarget

Fields

View Source

VirtualNode

The virtual node to associate with the weighted target.

Declaration
public readonly string VirtualNode
Field Value
Type Description
System.String
View Source

Weight

The relative weight of the weighted target. An integer between 0 and 100.

Declaration
public readonly int Weight
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.