RegionDiskArgs

fun RegionDiskArgs(architecture: Output<RegionDiskArchitecture>? = null, asyncPrimaryDisk: Output<DiskAsyncReplicationArgs>? = null, description: Output<String>? = null, diskEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, guestOsFeatures: Output<List<GuestOsFeatureArgs>>? = null, labels: Output<Map<String, String>>? = null, licenseCodes: Output<List<String>>? = null, licenses: Output<List<String>>? = null, locationHint: Output<String>? = null, name: Output<String>? = null, options: Output<String>? = null, params: Output<DiskParamsArgs>? = null, physicalBlockSizeBytes: Output<String>? = null, project: Output<String>? = null, provisionedIops: Output<String>? = null, provisionedThroughput: Output<String>? = null, region: Output<String>? = null, replicaZones: Output<List<String>>? = null, requestId: Output<String>? = null, resourcePolicies: Output<List<String>>? = null, sizeGb: Output<String>? = null, sourceDisk: Output<String>? = null, sourceImage: Output<String>? = null, sourceImageEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, sourceSnapshot: Output<String>? = null, sourceSnapshotEncryptionKey: Output<CustomerEncryptionKeyArgs>? = null, sourceStorageObject: Output<String>? = null, type: Output<String>? = null)