Show / Hide Table of Contents

Class AutoscalerState

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

Constructors

View Source

AutoscalerState()

Declaration
public AutoscalerState()

Properties

View Source

AutoscalingPolicy

The configuration parameters for the autoscaling algorithm. You can define one or more of the policies for an autoscaler: cpuUtilization, customMetricUtilizations, and loadBalancingUtilization. If none of these are specified, the default will be to autoscale based on cpuUtilization to 0.6 or 60%. Structure is documented below.

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

CreationTimestamp

Creation timestamp in RFC3339 text format.

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

Description

An optional description of this resource.

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

Name

The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative values. The metric must have a value type of INT64 or DOUBLE.

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

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

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

SelfLink

The URI of the created resource.

Declaration
public Input<string> SelfLink { get; set; }
Property Value
Type Description
Input<System.String>
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<string> Target { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Zone

URL of the zone where the instance group resides.

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