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

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
Name Description
data array

Optional. Data for populating the Message object.

↳ allocated_regions string[]

Set of regions in which the assets were allocated

↳ allocated_asset_count int|string

Count of assets which are allocated

↳ node_allocations array<VmwareNodeAllocation>

Set of per-nodetype allocation records

getAllocatedRegions

Set of regions in which the assets were allocated

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setAllocatedRegions

Set of regions in which the assets were allocated

Parameter
Name Description
var string[]
Returns
Type Description
$this

getAllocatedAssetCount

Count of assets which are allocated

Returns
Type Description
int|string

setAllocatedAssetCount

Count of assets which are allocated

Parameter
Name Description
var int|string
Returns
Type Description
$this

getNodeAllocations

Set of per-nodetype allocation records

Returns
Type Description
Google\Protobuf\RepeatedField<VmwareNodeAllocation>

setNodeAllocations

Set of per-nodetype allocation records

Parameter
Name Description
var array<VmwareNodeAllocation>
Returns
Type Description
$this