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.
2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2713 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.
2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 2713 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 |