Show / Hide Table of Contents

Class ClusterAddonsConfigHorizontalPodAutoscalingGetArgs

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

Constructors

View Source

ClusterAddonsConfigHorizontalPodAutoscalingGetArgs()

Declaration
public ClusterAddonsConfigHorizontalPodAutoscalingGetArgs()

Properties

View Source

Disabled

The status of the Istio addon, which makes it easy to set up Istio for services in a cluster. It is disabled by default. Set disabled = false to enable.

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