Class: Google::Cloud::MigrationCenter::V1::PlatformDetails

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

Overview

Information about the platform.

Instance Attribute Summary collapse

Instance Attribute Details

#aws_ec2_details::Google::Cloud::MigrationCenter::V1::AwsEc2PlatformDetails

Returns AWS EC2 specific details.

Returns:



2637
2638
2639
2640
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2637

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

#azure_vm_details::Google::Cloud::MigrationCenter::V1::AzureVmPlatformDetails

Returns Azure VM specific details.

Returns:



2637
2638
2639
2640
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2637

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

#generic_details::Google::Cloud::MigrationCenter::V1::GenericPlatformDetails

Returns Generic platform details.

Returns:



2637
2638
2639
2640
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2637

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

#physical_details::Google::Cloud::MigrationCenter::V1::PhysicalPlatformDetails

Returns Physical machines platform details.

Returns:



2637
2638
2639
2640
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2637

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

#vmware_details::Google::Cloud::MigrationCenter::V1::VmwarePlatformDetails

Returns VMware specific details.

Returns:



2637
2638
2639
2640
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2637

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