DiskRestoreProperties constructor
DiskRestoreProperties({
- String? accessMode,
- String? architecture,
- String? description,
- CustomerEncryptionKey? diskEncryptionKey,
- bool? enableConfidentialCompute,
- List<
GuestOsFeature> ? guestOsFeature, - Map<
String, String> ? labels, - List<
String> ? licenses, - String? name,
- String? physicalBlockSizeBytes,
- String? provisionedIops,
- String? provisionedThroughput,
- Map<
String, String> ? resourceManagerTags, - List<
String> ? resourcePolicy, - String? sizeGb,
- String? storagePool,
- 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,
});