Show / Hide Table of Contents

Class AutoscalerAutoscalingPolicyLoadBalancingUtilizationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AutoscalerAutoscalingPolicyLoadBalancingUtilizationArgs
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.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class AutoscalerAutoscalingPolicyLoadBalancingUtilizationArgs : ResourceArgs

Constructors

View Source

AutoscalerAutoscalingPolicyLoadBalancingUtilizationArgs()

Declaration
public AutoscalerAutoscalingPolicyLoadBalancingUtilizationArgs()

Properties

View Source

Target

Fraction of backend capacity utilization (set in HTTP(s) load balancing configuration) that autoscaler should maintain. Must be a positive float value. If not defined, the default is 0.8.

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