Show / Hide Table of Contents

Class FlexibleAppVersionAutomaticScalingNetworkUtilizationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FlexibleAppVersionAutomaticScalingNetworkUtilizationGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

FlexibleAppVersionAutomaticScalingNetworkUtilizationGetArgs()

Declaration
public FlexibleAppVersionAutomaticScalingNetworkUtilizationGetArgs()

Properties

View Source

TargetReceivedBytesPerSecond

Target bytes received per second.

Declaration
public Input<int> TargetReceivedBytesPerSecond { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TargetReceivedPacketsPerSecond

Target packets received per second.

Declaration
public Input<int> TargetReceivedPacketsPerSecond { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TargetSentBytesPerSecond

Target bytes sent per second.

Declaration
public Input<int> TargetSentBytesPerSecond { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TargetSentPacketsPerSecond

Target packets sent per second.

Declaration
public Input<int> TargetSentPacketsPerSecond { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.