Show / Hide Table of Contents

Class FlexibleAppVersionAutomaticScalingDiskUtilization

Inheritance
System.Object
FlexibleAppVersionAutomaticScalingDiskUtilization
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.Gcp.AppEngine.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionAutomaticScalingDiskUtilization

Fields

View Source

TargetReadBytesPerSecond

Target bytes read per second.

Declaration
public readonly int? TargetReadBytesPerSecond
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TargetReadOpsPerSecond

Target ops read per seconds.

Declaration
public readonly int? TargetReadOpsPerSecond
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TargetWriteBytesPerSecond

Target bytes written per second.

Declaration
public readonly int? TargetWriteBytesPerSecond
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TargetWriteOpsPerSecond

Target ops written per second.

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