Google Cloud Migration Center V1 Client - Class MemoryUsageSample (0.1.0)

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class MemoryUsageSample.

Memory usage sample.

Generated from protobuf message google.cloud.migrationcenter.v1.MemoryUsageSample

Namespace

Google \ Cloud \ MigrationCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ utilized_percentage float

Percentage of system memory utilized. Must be in the interval [0, 100].

getUtilizedPercentage

Percentage of system memory utilized. Must be in the interval [0, 100].

Returns
TypeDescription
float

setUtilizedPercentage

Percentage of system memory utilized. Must be in the interval [0, 100].

Parameter
NameDescription
var float
Returns
TypeDescription
$this