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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
int |
setTargetSentBytesPerSecond
Target bytes sent per second.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getTargetSentPacketsPerSecond
Target packets sent per second.
Returns | |
---|---|
Type | Description |
int |
setTargetSentPacketsPerSecond
Target packets sent per second.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getTargetReceivedBytesPerSecond
Target bytes received per second.
Returns | |
---|---|
Type | Description |
int |
setTargetReceivedBytesPerSecond
Target bytes received per second.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getTargetReceivedPacketsPerSecond
Target packets received per second.
Returns | |
---|---|
Type | Description |
int |
setTargetReceivedPacketsPerSecond
Target packets received per second.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |