AllocationSpecificSKUAllocationReservedInstanceProperties constructor
AllocationSpecificSKUAllocationReservedInstanceProperties({
- List<
AcceleratorConfig> ? guestAccelerators, - List<
AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk> ? localSsds, - String? locationHint,
- String? machineType,
- String? minCpuPlatform,
Implementation
AllocationSpecificSKUAllocationReservedInstanceProperties({
this.guestAccelerators,
this.localSsds,
this.locationHint,
this.machineType,
this.minCpuPlatform,
});