ProvisioningConfigArgs

constructor(customId: Output<String>? = null, email: Output<String>? = null, handoverServiceAccount: Output<String>? = null, instances: Output<List<InstanceConfigArgs>>? = null, location: Output<String>? = null, networks: Output<List<NetworkConfigArgs>>? = null, project: Output<String>? = null, statusMessage: Output<String>? = null, ticketId: Output<String>? = null, volumes: Output<List<VolumeConfigArgs>>? = null, vpcScEnabled: Output<Boolean>? = null)