Show / Hide Table of Contents

Class FlexibleAppVersionAutomaticScalingDiskUtilizationArgs

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

Constructors

View Source

FlexibleAppVersionAutomaticScalingDiskUtilizationArgs()

Declaration
public FlexibleAppVersionAutomaticScalingDiskUtilizationArgs()

Properties

View Source

TargetReadBytesPerSecond

Target bytes read per second.

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

TargetReadOpsPerSecond

Target ops read per seconds.

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

TargetWriteBytesPerSecond

Target bytes written per second.

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

TargetWriteOpsPerSecond

Target ops written per second.

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