Class FlexibleAppVersionAutomaticScalingDiskUtilizationArgs
Inheritance
System.Object
FlexibleAppVersionAutomaticScalingDiskUtilizationArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class FlexibleAppVersionAutomaticScalingDiskUtilizationArgs : ResourceArgs
Constructors
View SourceFlexibleAppVersionAutomaticScalingDiskUtilizationArgs()
Declaration
public FlexibleAppVersionAutomaticScalingDiskUtilizationArgs()
Properties
View SourceTargetReadBytesPerSecond
Target bytes read per second.
Declaration
public Input<int> TargetReadBytesPerSecond { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TargetReadOpsPerSecond
Target ops read per seconds.
Declaration
public Input<int> TargetReadOpsPerSecond { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TargetWriteBytesPerSecond
Target bytes written per second.
Declaration
public Input<int> TargetWriteBytesPerSecond { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TargetWriteOpsPerSecond
Target ops written per second.
Declaration
public Input<int> TargetWriteOpsPerSecond { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |