public static interface ReportSummary.VmwareEngineFindingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAllocatedAssetCount()
Count of assets which are allocated
|
String |
getAllocatedRegions(int index)
Set of regions in which the assets were allocated
|
com.google.protobuf.ByteString |
getAllocatedRegionsBytes(int index)
Set of regions in which the assets were allocated
|
int |
getAllocatedRegionsCount()
Set of regions in which the assets were allocated
|
List<String> |
getAllocatedRegionsList()
Set of regions in which the assets were allocated
|
ReportSummary.VmwareNodeAllocation |
getNodeAllocations(int index)
Set of per-nodetype allocation records
|
int |
getNodeAllocationsCount()
Set of per-nodetype allocation records
|
List<ReportSummary.VmwareNodeAllocation> |
getNodeAllocationsList()
Set of per-nodetype allocation records
|
ReportSummary.VmwareNodeAllocationOrBuilder |
getNodeAllocationsOrBuilder(int index)
Set of per-nodetype allocation records
|
List<? extends ReportSummary.VmwareNodeAllocationOrBuilder> |
getNodeAllocationsOrBuilderList()
Set of per-nodetype allocation records
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAllocatedRegionsList()
Set of regions in which the assets were allocated
repeated string allocated_regions = 1;int getAllocatedRegionsCount()
Set of regions in which the assets were allocated
repeated string allocated_regions = 1;String getAllocatedRegions(int index)
Set of regions in which the assets were allocated
repeated string allocated_regions = 1;index - The index of the element to return.com.google.protobuf.ByteString getAllocatedRegionsBytes(int index)
Set of regions in which the assets were allocated
repeated string allocated_regions = 1;index - The index of the value to return.long getAllocatedAssetCount()
Count of assets which are allocated
int64 allocated_asset_count = 2;List<ReportSummary.VmwareNodeAllocation> getNodeAllocationsList()
Set of per-nodetype allocation records
repeated .google.cloud.migrationcenter.v1.ReportSummary.VmwareNodeAllocation node_allocations = 3;
ReportSummary.VmwareNodeAllocation getNodeAllocations(int index)
Set of per-nodetype allocation records
repeated .google.cloud.migrationcenter.v1.ReportSummary.VmwareNodeAllocation node_allocations = 3;
int getNodeAllocationsCount()
Set of per-nodetype allocation records
repeated .google.cloud.migrationcenter.v1.ReportSummary.VmwareNodeAllocation node_allocations = 3;
List<? extends ReportSummary.VmwareNodeAllocationOrBuilder> getNodeAllocationsOrBuilderList()
Set of per-nodetype allocation records
repeated .google.cloud.migrationcenter.v1.ReportSummary.VmwareNodeAllocation node_allocations = 3;
ReportSummary.VmwareNodeAllocationOrBuilder getNodeAllocationsOrBuilder(int index)
Set of per-nodetype allocation records
repeated .google.cloud.migrationcenter.v1.ReportSummary.VmwareNodeAllocation node_allocations = 3;
Copyright © 2024 Google LLC. All rights reserved.