AttachedDiskInitializeParams constructor
AttachedDiskInitializeParams({
- String? architecture,
- String? description,
- String? diskName,
- String? diskSizeGb,
- String? diskType,
- bool? enableConfidentialCompute,
- Map<
String, String> ? labels, - List<
String> ? licenses, - String? onUpdateAction,
- String? provisionedIops,
- String? provisionedThroughput,
- List<
String> ? replicaZones, - Map<
String, String> ? resourceManagerTags, - List<
String> ? resourcePolicies, - String? sourceImage,
- CustomerEncryptionKey? sourceImageEncryptionKey,
- String? sourceSnapshot,
- CustomerEncryptionKey? sourceSnapshotEncryptionKey,
- String? storagePool,
Implementation
AttachedDiskInitializeParams({
this.architecture,
this.description,
this.diskName,
this.diskSizeGb,
this.diskType,
this.enableConfidentialCompute,
this.labels,
this.licenses,
this.onUpdateAction,
this.provisionedIops,
this.provisionedThroughput,
this.replicaZones,
this.resourceManagerTags,
this.resourcePolicies,
this.sourceImage,
this.sourceImageEncryptionKey,
this.sourceSnapshot,
this.sourceSnapshotEncryptionKey,
this.storagePool,
});