AttachedDisk constructor
AttachedDisk({
- bool? autoDelete,
- bool? boot,
- String? deviceName,
- CustomerEncryptionKey? diskEncryptionKey,
- String? diskInterface,
- String? diskSizeGb,
- String? diskType,
- String? diskTypeDeprecated,
- List<
GuestOsFeature> ? guestOsFeature, - String? index,
- InitializeParams? initializeParams,
- String? kind,
- List<
String> ? license, - String? mode,
- String? savedState,
- String? source,
- String? type,
Implementation
AttachedDisk({
this.autoDelete,
this.boot,
this.deviceName,
this.diskEncryptionKey,
this.diskInterface,
this.diskSizeGb,
this.diskType,
this.diskTypeDeprecated,
this.guestOsFeature,
this.index,
this.initializeParams,
this.kind,
this.license,
this.mode,
this.savedState,
this.source,
this.type,
});