AttachedDiskInitializeParams constructor
AttachedDiskInitializeParams({
- String? architecture,
- String? description,
- String? diskName,
- int? diskSizeGb,
- String? diskType,
- bool? enableConfidentialCompute,
- Map<
String, String> labels = const {}, - List<
String> licenses = const [], - String? onUpdateAction,
- int? provisionedIops,
- int? provisionedThroughput,
- List<
String> replicaZones = const [], - Map<
String, String> resourceManagerTags = const {}, - List<
String> resourcePolicies = const [], - 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 = const {},
this.licenses = const [],
this.onUpdateAction,
this.provisionedIops,
this.provisionedThroughput,
this.replicaZones = const [],
this.resourceManagerTags = const {},
this.resourcePolicies = const [],
this.sourceImage,
this.sourceImageEncryptionKey,
this.sourceSnapshot,
this.sourceSnapshotEncryptionKey,
this.storagePool,
}) : super(fullyQualifiedName);