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 SourceTargetReadBytesPerSecond
Target bytes read per second.
Declaration
public readonly int? TargetReadBytesPerSecond
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TargetReadOpsPerSecond
Target ops read per seconds.
Declaration
public readonly int? TargetReadOpsPerSecond
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TargetWriteBytesPerSecond
Target bytes written per second.
Declaration
public readonly int? TargetWriteBytesPerSecond
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TargetWriteOpsPerSecond
Target ops written per second.
Declaration
public readonly int? TargetWriteOpsPerSecond
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |