DiskBackupProperties constructor

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

Implementation

DiskBackupProperties({
  this.accessMode,
  this.architecture,
  this.description,
  this.enableConfidentialCompute,
  this.guestOsFeature,
  this.labels,
  this.licenses,
  this.physicalBlockSizeBytes,
  this.provisionedIops,
  this.provisionedThroughput,
  this.region,
  this.replicaZones,
  this.sizeGb,
  this.sourceDisk,
  this.storagePool,
  this.type,
  this.zone,
});