Class: Google::Apis::MigrationcenterV1alpha1::ReportSummaryVmWareEngineFinding

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/migrationcenter_v1alpha1/classes.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb,
lib/google/apis/migrationcenter_v1alpha1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReportSummaryVmWareEngineFinding

Returns a new instance of ReportSummaryVmWareEngineFinding.



4124
4125
4126
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4124

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#allocated_asset_countFixnum

Count of assets which are allocated Corresponds to the JSON property allocatedAssetCount

Returns:

  • (Fixnum)


4112
4113
4114
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4112

def allocated_asset_count
  @allocated_asset_count
end

#allocated_regionsArray<String>

Set of regions in which the assets were allocated Corresponds to the JSON property allocatedRegions

Returns:

  • (Array<String>)


4117
4118
4119
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4117

def allocated_regions
  @allocated_regions
end

#node_allocationsArray<Google::Apis::MigrationcenterV1alpha1::ReportSummaryVmWareNodeAllocation>

Set of per-nodetype allocation records Corresponds to the JSON property nodeAllocations



4122
4123
4124
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4122

def node_allocations
  @node_allocations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4129
4130
4131
4132
4133
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4129

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