architecture property
The architecture of the attached 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;