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