Show / Hide Table of Contents

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 Source

TargetReceivedBytesPerSecond

Target bytes received per second.

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

TargetReceivedPacketsPerSecond

Target packets received per second.

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

TargetSentBytesPerSecond

Target bytes sent per second.

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

TargetSentPacketsPerSecond

Target packets sent per second.

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