SavedAttachedDisk constructor
SavedAttachedDisk({
- bool? autoDelete,
- bool? boot,
- String? deviceName,
- CustomerEncryptionKey? diskEncryptionKey,
- int? diskSizeGb,
- String? diskType,
- List<
GuestOsFeature> guestOsFeatures = const [], - int? index,
- String? interface,
- String? kind,
- List<
String> licenses = const [], - String? mode,
- String? source,
- int? storageBytes,
- String? storageBytesStatus,
- String? type,
Implementation
SavedAttachedDisk({
this.autoDelete,
this.boot,
this.deviceName,
this.diskEncryptionKey,
this.diskSizeGb,
this.diskType,
this.guestOsFeatures = const [],
this.index,
this.interface,
this.kind,
this.licenses = const [],
this.mode,
this.source,
this.storageBytes,
this.storageBytesStatus,
this.type,
}) : super(fullyQualifiedName);