Class FlexibleAppVersionAutomaticScalingNetworkUtilization
Inheritance
System.Object
FlexibleAppVersionAutomaticScalingNetworkUtilization
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 FlexibleAppVersionAutomaticScalingNetworkUtilization
Fields
View SourceTargetReceivedBytesPerSecond
Target bytes received per second.
Declaration
public readonly int? TargetReceivedBytesPerSecond
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TargetReceivedPacketsPerSecond
Target packets received per second.
Declaration
public readonly int? TargetReceivedPacketsPerSecond
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TargetSentBytesPerSecond
Target bytes sent per second.
Declaration
public readonly int? TargetSentBytesPerSecond
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TargetSentPacketsPerSecond
Target packets sent per second.
Declaration
public readonly int? TargetSentPacketsPerSecond
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |