InstanceBootDiskInitializeParamsArgs

constructor(architecture: Output<String>? = null, enableConfidentialCompute: Output<Boolean>? = null, image: Output<String>? = null, labels: Output<Map<String, String>>? = null, provisionedIops: Output<Int>? = null, provisionedThroughput: Output<Int>? = null, resourceManagerTags: Output<Map<String, String>>? = null, resourcePolicies: Output<String>? = null, size: Output<Int>? = null, snapshot: Output<String>? = null, sourceImageEncryptionKey: Output<InstanceBootDiskInitializeParamsSourceImageEncryptionKeyArgs>? = null, sourceSnapshotEncryptionKey: Output<InstanceBootDiskInitializeParamsSourceSnapshotEncryptionKeyArgs>? = null, storagePool: Output<String>? = null, type: Output<String>? = null)