Google Cloud Migration Center V1 Client - Class VmwareEngineFinding (0.3.1)

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

A set of findings that applies to assets destined for VMWare Engine.

Generated from protobuf message google.cloud.migrationcenter.v1.ReportSummary.VmwareEngineFinding

Namespace

Google \ Cloud \ MigrationCenter \ V1 \ ReportSummary

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ allocated_regions array

Set of regions in which the assets were allocated

↳ allocated_asset_count int|string

Count of assets which are allocated

↳ node_allocations array<Google\Cloud\MigrationCenter\V1\ReportSummary\VmwareNodeAllocation>

Set of per-nodetype allocation records

getAllocatedRegions

Set of regions in which the assets were allocated

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAllocatedRegions

Set of regions in which the assets were allocated

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getAllocatedAssetCount

Count of assets which are allocated

Returns
TypeDescription
int|string

setAllocatedAssetCount

Count of assets which are allocated

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getNodeAllocations

Set of per-nodetype allocation records

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNodeAllocations

Set of per-nodetype allocation records

Parameter
NameDescription
var array<Google\Cloud\MigrationCenter\V1\ReportSummary\VmwareNodeAllocation>
Returns
TypeDescription
$this