ImageArgs

constructor(description: Output<String>? = null, diskSizeGb: Output<Int>? = null, family: Output<String>? = null, guestOsFeatures: Output<List<ImageGuestOsFeatureArgs>>? = null, imageEncryptionKey: Output<ImageImageEncryptionKeyArgs>? = null, labels: Output<Map<String, String>>? = null, licenses: Output<List<String>>? = null, name: Output<String>? = null, project: Output<String>? = null, rawDisk: Output<ImageRawDiskArgs>? = null, sourceDisk: Output<String>? = null, sourceImage: Output<String>? = null, sourceSnapshot: Output<String>? = null, storageLocations: Output<List<String>>? = null)