Google Cloud Appengine Admin V1 Client - Class NetworkUtilization (1.3.0)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class NetworkUtilization.

Target scaling by network usage.

Only applicable in the App Engine flexible environment.

Generated from protobuf message google.appengine.v1.NetworkUtilization

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ target_sent_bytes_per_second int

Target bytes sent per second.

↳ target_sent_packets_per_second int

Target packets sent per second.

↳ target_received_bytes_per_second int

Target bytes received per second.

↳ target_received_packets_per_second int

Target packets received per second.

getTargetSentBytesPerSecond

Target bytes sent per second.

Returns
TypeDescription
int

setTargetSentBytesPerSecond

Target bytes sent per second.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getTargetSentPacketsPerSecond

Target packets sent per second.

Returns
TypeDescription
int

setTargetSentPacketsPerSecond

Target packets sent per second.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getTargetReceivedBytesPerSecond

Target bytes received per second.

Returns
TypeDescription
int

setTargetReceivedBytesPerSecond

Target bytes received per second.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getTargetReceivedPacketsPerSecond

Target packets received per second.

Returns
TypeDescription
int

setTargetReceivedPacketsPerSecond

Target packets received per second.

Parameter
NameDescription
var int
Returns
TypeDescription
$this