architecture property
The CPU architecture.
Output only. Possible string values are:
- "VM_ARCHITECTURE_UNSPECIFIED" : The architecture is unknown.
- "VM_ARCHITECTURE_X86_FAMILY" : The architecture is one of the x86 architectures.
- "VM_ARCHITECTURE_ARM64" : The architecture is ARM64.
Implementation
core.String? architecture;