Class: Google::Cloud::VMMigration::V1::AwsSourceVmDetails
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::AwsSourceVmDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Represent the source AWS VM details.
Defined Under Namespace
Modules: Firmware
Instance Attribute Summary collapse
-
#committed_storage_bytes ⇒ ::Integer
The total size of the disks being migrated in bytes.
-
#firmware ⇒ ::Google::Cloud::VMMigration::V1::AwsSourceVmDetails::Firmware
The firmware type of the source VM.
Instance Attribute Details
#committed_storage_bytes ⇒ ::Integer
Returns The total size of the disks being migrated in bytes.
2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2743 class AwsSourceVmDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible values for AWS VM firmware. module Firmware # The firmware is unknown. FIRMWARE_UNSPECIFIED = 0 # The firmware is EFI. EFI = 1 # The firmware is BIOS. BIOS = 2 end end |
#firmware ⇒ ::Google::Cloud::VMMigration::V1::AwsSourceVmDetails::Firmware
Returns The firmware type of the source VM.
2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2743 class AwsSourceVmDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Possible values for AWS VM firmware. module Firmware # The firmware is unknown. FIRMWARE_UNSPECIFIED = 0 # The firmware is EFI. EFI = 1 # The firmware is BIOS. BIOS = 2 end end |