Class: Google::Cloud::MigrationCenter::V1::PlatformDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::PlatformDetails
- 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
-
#aws_ec2_details ⇒ ::Google::Cloud::MigrationCenter::V1::AwsEc2PlatformDetails
AWS EC2 specific details.
-
#azure_vm_details ⇒ ::Google::Cloud::MigrationCenter::V1::AzureVmPlatformDetails
Azure VM specific details.
-
#generic_details ⇒ ::Google::Cloud::MigrationCenter::V1::GenericPlatformDetails
Generic platform details.
-
#physical_details ⇒ ::Google::Cloud::MigrationCenter::V1::PhysicalPlatformDetails
Physical machines platform details.
-
#vmware_details ⇒ ::Google::Cloud::MigrationCenter::V1::VmwarePlatformDetails
VMware specific details.
Instance Attribute Details
#aws_ec2_details ⇒ ::Google::Cloud::MigrationCenter::V1::AwsEc2PlatformDetails
Returns AWS EC2 specific details.
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.
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.
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.
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.
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 |