Module: Google::Cloud::VMMigration::V1::VmArchitecture
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Possible values for the VM architecture.
Constant Summary collapse
- VM_ARCHITECTURE_UNSPECIFIED =
The architecture is unknown.
0- VM_ARCHITECTURE_X86_FAMILY =
The architecture is one of the x86 architectures.
1- VM_ARCHITECTURE_ARM64 =
The architecture is ARM64.
2