Class: Google::Cloud::MigrationCenter::V1::ReportSummary::VmwareEngineFinding

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_asset_count::Integer

Returns Count of assets which are allocated.

Returns:

  • (::Integer)

    Count of assets which are allocated



3643
3644
3645
3646
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3643

class VmwareEngineFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#allocated_regions::Array<::String>

Returns Set of regions in which the assets were allocated.

Returns:

  • (::Array<::String>)

    Set of regions in which the assets were allocated



3643
3644
3645
3646
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3643

class VmwareEngineFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#node_allocations::Array<::Google::Cloud::MigrationCenter::V1::ReportSummary::VmwareNodeAllocation>

Returns Set of per-nodetype allocation records.

Returns:



3643
3644
3645
3646
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 3643

class VmwareEngineFinding
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end