DiskRestoreProperties constructor

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

Implementation

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