architecture property
The architecture of the disk.
Valid values are ARM64 or X86_64. Possible string values are:
- "ARCHITECTURE_UNSPECIFIED" : Default value indicating Architecture is not set.
- "ARM64" : Machines with architecture ARM64
- "X86_64" : Machines with architecture X86_64
Implementation
core.String? architecture;