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 \ ReportSummaryMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
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\Internal\RepeatedField |
setNodeAllocations
Set of per-nodetype allocation records
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\MigrationCenter\V1\ReportSummary\VmwareNodeAllocation>
|
Returns | |
---|---|
Type | Description |
$this |