Image Args
constructor(architecture: Output<ImageArchitecture>? = null, archiveSizeBytes: Output<String>? = null, deprecated: Output<DeprecationStatusArgs>? = null, description: Output<String>? = null, diskSizeGb: Output<String>? = null, family: Output<String>? = null, forceCreate: Output<Boolean>? = null, guestOsFeatures: Output<List<GuestOsFeatureArgs>>? = null, imageEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, labels: Output<Map<String, String>>? = null, licenseCodes: Output<List<String>>? = null, licenses: Output<List<String>>? = null, name: Output<String>? = null, project: Output<String>? = null, rawDisk: Output<ImageRawDiskArgs>? = null, requestId: Output<String>? = null, shieldedInstanceInitialState: Output<InitialStateConfigArgs>? = null, sourceDisk: Output<String>? = null, sourceDiskEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, sourceImage: Output<String>? = null, sourceImageEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, sourceSnapshot: Output<String>? = null, sourceSnapshotEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, sourceType: Output<ImageSourceType>? = null, storageLocations: Output<List<String>>? = null)