AllocationSpecificSKUAllocationReservedInstanceProperties constructor

AllocationSpecificSKUAllocationReservedInstanceProperties({
  1. List<AcceleratorConfig>? guestAccelerators,
  2. List<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>? localSsds,
  3. String? locationHint,
  4. String? machineType,
  5. String? minCpuPlatform,
})

Implementation

AllocationSpecificSKUAllocationReservedInstanceProperties({
  this.guestAccelerators,
  this.localSsds,
  this.locationHint,
  this.machineType,
  this.minCpuPlatform,
});