DiskRestoreProperties constructor

DiskRestoreProperties({
  1. String? accessMode,
  2. String? architecture,
  3. String? description,
  4. CustomerEncryptionKey? diskEncryptionKey,
  5. bool? enableConfidentialCompute,
  6. List<GuestOsFeature>? guestOsFeature,
  7. RestoreDiskFromInstanceOptions? instanceBackupSource,
  8. Map<String, String>? labels,
  9. List<String>? licenses,
  10. String? name,
  11. String? physicalBlockSizeBytes,
  12. String? provisionedIops,
  13. String? provisionedThroughput,
  14. Map<String, String>? resourceManagerTags,
  15. List<String>? resourcePolicy,
  16. String? sizeGb,
  17. String? storagePool,
  18. String? type,
})

Implementation

DiskRestoreProperties({
  this.accessMode,
  this.architecture,
  this.description,
  this.diskEncryptionKey,
  this.enableConfidentialCompute,
  this.guestOsFeature,
  this.instanceBackupSource,
  this.labels,
  this.licenses,
  this.name,
  this.physicalBlockSizeBytes,
  this.provisionedIops,
  this.provisionedThroughput,
  this.resourceManagerTags,
  this.resourcePolicy,
  this.sizeGb,
  this.storagePool,
  this.type,
});