Class FlexibleAppVersionAutomaticScalingNetworkUtilizationGetArgs
Inheritance
System.Object
FlexibleAppVersionAutomaticScalingNetworkUtilizationGetArgs
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 FlexibleAppVersionAutomaticScalingNetworkUtilizationGetArgs : ResourceArgs
Constructors
View SourceFlexibleAppVersionAutomaticScalingNetworkUtilizationGetArgs()
Declaration
public FlexibleAppVersionAutomaticScalingNetworkUtilizationGetArgs()
Properties
View SourceTargetReceivedBytesPerSecond
Target bytes received per second.
Declaration
public Input<int> TargetReceivedBytesPerSecond { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TargetReceivedPacketsPerSecond
Target packets received per second.
Declaration
public Input<int> TargetReceivedPacketsPerSecond { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TargetSentBytesPerSecond
Target bytes sent per second.
Declaration
public Input<int> TargetSentBytesPerSecond { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TargetSentPacketsPerSecond
Target packets sent per second.
Declaration
public Input<int> TargetSentPacketsPerSecond { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |