Class: Google::Apis::MigrationcenterV1::ReportSummaryVmwareEngineFinding
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1::ReportSummaryVmwareEngineFinding
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/migrationcenter_v1/classes.rb,
lib/google/apis/migrationcenter_v1/representations.rb,
lib/google/apis/migrationcenter_v1/representations.rb
Overview
A set of findings that applies to assets destined for VMWare Engine.
Instance Attribute Summary collapse
-
#allocated_asset_count ⇒ Fixnum
Count of assets which are allocated Corresponds to the JSON property
allocatedAssetCount
. -
#allocated_regions ⇒ Array<String>
Set of regions in which the assets were allocated Corresponds to the JSON property
allocatedRegions
. -
#node_allocations ⇒ Array<Google::Apis::MigrationcenterV1::ReportSummaryVmwareNodeAllocation>
Set of per-nodetype allocation records Corresponds to the JSON property
nodeAllocations
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReportSummaryVmwareEngineFinding
constructor
A new instance of ReportSummaryVmwareEngineFinding.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReportSummaryVmwareEngineFinding
Returns a new instance of ReportSummaryVmwareEngineFinding.
4388 4389 4390 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4388 def initialize(**args) update!(**args) end |
Instance Attribute Details
#allocated_asset_count ⇒ Fixnum
Count of assets which are allocated
Corresponds to the JSON property allocatedAssetCount
4376 4377 4378 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4376 def allocated_asset_count @allocated_asset_count end |
#allocated_regions ⇒ Array<String>
Set of regions in which the assets were allocated
Corresponds to the JSON property allocatedRegions
4381 4382 4383 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4381 def allocated_regions @allocated_regions end |
#node_allocations ⇒ Array<Google::Apis::MigrationcenterV1::ReportSummaryVmwareNodeAllocation>
Set of per-nodetype allocation records
Corresponds to the JSON property nodeAllocations
4386 4387 4388 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4386 def node_allocations @node_allocations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4393 4394 4395 4396 4397 |
# File 'lib/google/apis/migrationcenter_v1/classes.rb', line 4393 def update!(**args) @allocated_asset_count = args[:allocated_asset_count] if args.key?(:allocated_asset_count) @allocated_regions = args[:allocated_regions] if args.key?(:allocated_regions) @node_allocations = args[:node_allocations] if args.key?(:node_allocations) end |